Skip to content

Commit

Permalink
CI: Fix gh-release action
Browse files Browse the repository at this point in the history
Finally there was a fixed release, see

https://www.github.com/softprops/action-gh-release/pull/406#issuecomment-1986390444

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Apr 3, 2024
1 parent 6a1a71d commit 0320a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
./archive-fonts.sh "${{ matrix.font }}"
- name: Upload zip and tar.xz archive for release
uses: softprops/action-gh-release@ 4634c16e79c963813287e889244c50009e7f0981
uses: softprops/action-gh-release@v2
if: needs.setup-fonts-matrix.outputs.rel_upload == 'true'
with:
draft: true
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
./archive-font-patcher.sh
- name: Upload font-patcher archive for release
uses: softprops/action-gh-release@ 4634c16e79c963813287e889244c50009e7f0981
uses: softprops/action-gh-release@v2
if: needs.setup-fonts-matrix.outputs.rel_upload == 'true'
with:
draft: true
Expand Down

0 comments on commit 0320a09

Please sign in to comment.