Skip to content

Commit

Permalink
Merge pull request #328 from Laguna1989/dependabot/github_actions/sof…
Browse files Browse the repository at this point in the history
…tprops/action-gh-release-2.2.0

Bump softprops/action-gh-release from 2.0.9 to 2.2.0
  • Loading branch information
Laguna1989 authored Dec 12, 2024
2 parents 8c5cde9 + 99b8e49 commit 399360b
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 @@ -45,7 +45,7 @@ jobs:
filename: 'release_win_${{github.ref_name}}.zip'

- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.2.0
with:
files: ${{github.workspace}}\release\release_win_${{github.ref_name}}.zip

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
tar -czvf ${{github.workspace}}/release/release_linux_${{github.ref_name}}.tar.gz ${RELEASE_NAME}_linux
- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.2.0
with:
files: ${{github.workspace}}/release/release_linux_${{github.ref_name}}.tar.gz

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

- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.2.0
with:
files: ${{github.workspace}}/release/release_web/release_web_${{github.ref_name}}.zip

Expand Down Expand Up @@ -213,6 +213,6 @@ jobs:
tar -czvf ${{github.workspace}}/release/release_mac_${{github.ref_name}}.tar.gz ${RELEASE_NAME}_mac
- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.2.0
with:
files: ${{github.workspace}}/release/release_mac_${{github.ref_name}}.tar.gz

0 comments on commit 399360b

Please sign in to comment.