Skip to content

Commit

Permalink
Remove OSX, fix msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
SurFlurer authored Mar 5, 2023
1 parent 2b0de85 commit fa452cf
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/cnk-multi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,6 @@ jobs:
artifact: linux-tiles-x64
ext: tar.gz
content: application/gzip
- name: OSX Tiles x64
os: macos-10.15
mxe: none
tiles: 1
sound: 0
artifact: osx-tiles-x64
ext: dmg
content: application/x-apple-diskimage
- name: Android x64
os: ubuntu-latest
mxe: none
Expand Down Expand Up @@ -198,12 +190,12 @@ jobs:
pip3 install mac_alias==2.2.0 dmgbuild==1.4.2 biplist
- name: cnk
run: |
wget -q https://github.com/linonetwo/CDDA-Kenan-Modpack-Chinese/releases/latest/download/Kenan-Modpack-Mod.zip -O '${{ github.workspace }}/Kenan-Modpack-Mod.zip'
curl -o '${{ github.workspace }}/Kenan-Modpack-Mod.zip' 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: |
wget -q https://github.com/Theawesomeboophis/UndeadPeopleTileset/archive/refs/heads/master.zip -O '${{ github.workspace }}/UndeadPeopleTileset-master.zip'
curl -o '${{ github.workspace }}/UndeadPeopleTileset-master.zip' 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 fa452cf

Please sign in to comment.