We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f609671 commit 3c00154Copy full SHA for 3c00154
.github/workflows/pack.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Download and install uosc
21
run: |
22
cd "$GITHUB_WORKSPACE"
23
- curl --connect-timeout 3 --fail --location --output uosc.zip https://github.com/tomasklaen/uosc/releases/download/$(git -C ./git-modules/uosc tag --contains HEAD)/uosc.zip
+ curl --connect-timeout 3 --fail --location --output uosc.zip https://github.com/tomasklaen/uosc/releases/download/5.8.0/uosc.zip
24
rm -r fonts/uosc_icons.otf fonts/uosc_textures.ttf scripts/uosc
25
unzip uosc.zip
26
rm uosc.zip
0 commit comments