Skip to content

Commit

Permalink
Merge pull request #1549 from radarhere/patch-1
Browse files Browse the repository at this point in the history
Updated softprops/action-gh-release to v2
  • Loading branch information
rouault committed Aug 25, 2024
2 parents 822562d + ab3d7ea commit fd89401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
OPJ_NONCOMMERCIAL: 1

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/openjpeg-*.tar.gz
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
#OPJ_NONCOMMERCIAL: 1

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/openjpeg-*.zip
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
shell: bash

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: ${{startsWith(github.ref, 'refs/tags/') && env.OPJ_CI_INCLUDE_IF_DEPLOY == 1}}
with:
files: build/openjpeg-*.zip

0 comments on commit fd89401

Please sign in to comment.