From 0320a090577a7cff84f51fb5768ff2b62a1af1a9 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 3 Apr 2024 16:32:40 +0200 Subject: [PATCH] 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 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3beac9bbf3..bdf354e7f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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