Skip to content

Commit 3c00154

Browse files
committed
actions: 回退自动获取 uosc 版本
1 parent f609671 commit 3c00154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Download and install uosc
2121
run: |
2222
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
23+
curl --connect-timeout 3 --fail --location --output uosc.zip https://github.com/tomasklaen/uosc/releases/download/5.8.0/uosc.zip
2424
rm -r fonts/uosc_icons.otf fonts/uosc_textures.ttf scripts/uosc
2525
unzip uosc.zip
2626
rm uosc.zip

0 commit comments

Comments
 (0)