We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1a71d commit 0320a09Copy full SHA for 0320a09
.github/workflows/release.yml
@@ -215,7 +215,7 @@ jobs:
215
./archive-fonts.sh "${{ matrix.font }}"
216
217
- name: Upload zip and tar.xz archive for release
218
- uses: softprops/action-gh-release@ 4634c16e79c963813287e889244c50009e7f0981
+ uses: softprops/action-gh-release@v2
219
if: needs.setup-fonts-matrix.outputs.rel_upload == 'true'
220
with:
221
draft: true
@@ -257,7 +257,7 @@ jobs:
257
./archive-font-patcher.sh
258
259
- name: Upload font-patcher archive for release
260
261
262
263
0 commit comments