mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
CI: Fix gh-release action
Finally there was a fixed release, see https://www.github.com/softprops/action-gh-release/pull/406#issuecomment-1986390444 Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
6a1a71dbf5
commit
0320a09057
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user