Skip to content

Commit

Permalink
Merge pull request #2521 from Stirling-Tools/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/softprops/action-gh-release-2.2.0

Bump softprops/action-gh-release from 2.0.9 to 2.2.0
  • Loading branch information
Frooodle authored Dec 21, 2024
2 parents b65ac40 + e7f2576 commit 9aec9d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multiOSReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
if-no-files-found: error

- name: Upload binaries to release
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
with:
files: ./Stirling-PDF-${{ matrix.platform }}-installer.${{ matrix.ext }}
4 changes: 2 additions & 2 deletions .github/workflows/releaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if-no-files-found: error

- name: Upload binaries to release
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
with:
files: ./build/launch4j/Stirling-PDF-Server${{ matrix.file_suffix }}.exe

Expand All @@ -76,6 +76,6 @@ jobs:
if-no-files-found: error

- name: Upload jar binaries to release
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
with:
files: ./build/libs/Stirling-PDF${{ matrix.file_suffix }}.jar

0 comments on commit 9aec9d3

Please sign in to comment.