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:
Fini Jastrow 2024-04-03 16:32:40 +02:00
parent 6a1a71dbf5
commit 0320a09057

View file

@ -215,7 +215,7 @@ jobs:
./archive-fonts.sh "${{ matrix.font }}" ./archive-fonts.sh "${{ matrix.font }}"
- name: Upload zip and tar.xz archive for release - 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' if: needs.setup-fonts-matrix.outputs.rel_upload == 'true'
with: with:
draft: true draft: true
@ -257,7 +257,7 @@ jobs:
./archive-font-patcher.sh ./archive-font-patcher.sh
- name: Upload font-patcher archive for release - 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' if: needs.setup-fonts-matrix.outputs.rel_upload == 'true'
with: with:
draft: true draft: true