Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 2.0.4 to 2.0.5
Browse files Browse the repository at this point in the history
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2.0.4...v2.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 3b9c565 commit d92ea5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
filename: 'release_win_${{github.ref_name}}.zip'

- name: Release
uses: softprops/[email protected].4
uses: softprops/[email protected].5
with:
files: ${{github.workspace}}\release\release_win_${{github.ref_name}}.zip

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
tar -czvf ${{github.workspace}}/release/release_linux_${{github.ref_name}}.tar.gz ${RELEASE_NAME}_linux
- name: Release
uses: softprops/[email protected].4
uses: softprops/[email protected].5
with:
files: ${{github.workspace}}/release/release_linux_${{github.ref_name}}.tar.gz

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
filename: 'release_web_${{github.ref_name}}.zip'

- name: Release
uses: softprops/[email protected].4
uses: softprops/[email protected].5
with:
files: ${{github.workspace}}/release/release_web/release_web_${{github.ref_name}}.zip

Expand Down Expand Up @@ -209,6 +209,6 @@ jobs:
tar -czvf ${{github.workspace}}/release/release_mac_${{github.ref_name}}.tar.gz ${RELEASE_NAME}_mac
- name: Release
uses: softprops/[email protected].4
uses: softprops/[email protected].5
with:
files: ${{github.workspace}}/release/release_mac_${{github.ref_name}}.tar.gz

0 comments on commit d92ea5a

Please sign in to comment.