Skip to content

Commit

Permalink
Fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
SurFlurer authored Mar 5, 2023
1 parent fa452cf commit 8f658a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cnk-multi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ jobs:
pip3 install mac_alias==2.2.0 dmgbuild==1.4.2 biplist
- name: cnk
run: |
curl -o '${{ github.workspace }}/Kenan-Modpack-Mod.zip' https://github.com/linonetwo/CDDA-Kenan-Modpack-Chinese/releases/latest/download/Kenan-Modpack-Mod.zip
curl -o '${{ github.workspace }}/Kenan-Modpack-Mod.zip' -L https://github.com/linonetwo/CDDA-Kenan-Modpack-Chinese/releases/latest/download/Kenan-Modpack-Mod.zip
unzip -q '${{ github.workspace }}/Kenan-Modpack-Mod.zip'
mv '${{ github.workspace }}/Kenan-Modpack-Chinese/' '${{ github.workspace }}/data/mods/'
- name: udp
run: |
curl -o '${{ github.workspace }}/UndeadPeopleTileset-master.zip' https://github.com/Theawesomeboophis/UndeadPeopleTileset/archive/refs/heads/master.zip
curl -o '${{ github.workspace }}/UndeadPeopleTileset-master.zip' -L https://github.com/Theawesomeboophis/UndeadPeopleTileset/archive/refs/heads/master.zip
unzip -q '${{ github.workspace }}/UndeadPeopleTileset-master.zip'
mv '${{ github.workspace }}/UndeadPeopleTileset-master/TILESETS/data' '${{ github.workspace }}/data'
mv '${{ github.workspace }}/UndeadPeopleTileset-master/TILESETS/gfx' '${{ github.workspace }}/gfx'
Expand Down

0 comments on commit 8f658a0

Please sign in to comment.