Skip to content

Commit

Permalink
remove windows ziping step
Browse files Browse the repository at this point in the history
  • Loading branch information
Speak2Erase committed Sep 20, 2024
1 parent 9d39095 commit 9d1429e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
mingw-w64-ucrt-x86_64-boost
mingw-w64-ucrt-x86_64-egl-headers
mingw-w64-ucrt-x86_64-gles-headers
zip
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -76,11 +75,6 @@ jobs:
cp ../journal/_______.exe .
cp ../../mkxp.json .
cp ../../assets/LICENSE.mkxp-z-with-https.txt .
cd ..
# Zipping before uploading decreases the upload time considerably.
# Unfortunately this results in double-zipping; tracked at:
# https://github.com/actions/upload-artifact/issues/426
zip -r artifact.zip artifact
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9d1429e

Please sign in to comment.