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 9a56455 commit 7009fd5Copy full SHA for 7009fd5
1 file changed
.github/workflows/pr-packer.yml
@@ -97,7 +97,7 @@ jobs:
97
98
# 额 要两分半才能传完 然而 GitHub actions 直接传的话 会压成 zip 内套 zip 就这样了吧 --cy
99
- name: Unzip Files
100
- run: unzip -q Minecraft-Mod-Language-Package-${{ matrix.version }}.zip -d Minecraft-Mod-Language-Package-${{ matrix.version }} || echo 0
+ run: unzip -q Minecraft-Mod-Language-Modpack-${{ matrix.version }}.zip -d Minecraft-Mod-Language-Package-${{ matrix.version }} || echo 0
101
shell: bash
102
if: steps.check-changes.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'
103
0 commit comments