chore(deps): bump softprops/action-gh-release from 1 to 2

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-11 08:42:23 +00:00 committed by Datong Sun
parent f5cb4b1220
commit 792ee46ec4

View File

@ -50,7 +50,7 @@ jobs:
zip phantun_${{ matrix.target }}.zip phantun_client phantun_server zip phantun_${{ matrix.target }}.zip phantun_client phantun_server
- name: Upload Github Assets - name: Upload Github Assets
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
files: target/${{ matrix.target }}/release/*.zip files: target/${{ matrix.target }}/release/*.zip
prerelease: ${{ contains(github.ref, '-') }} prerelease: ${{ contains(github.ref, '-') }}