Remove unnecessary zipping.

This commit is contained in:
techguy16 2023-09-01 11:56:37 +12:00 committed by GitHub
parent a787fc8e85
commit 1bb00cf53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,11 +53,6 @@ jobs:
cd build/actions_upload
./umskt
- name: Zip artifact
run: |
cd build/actions_upload
zip -r UMSKT-macOS-${{ matrix.arch }}-static.zip umskt
- name: Upload build artifact
uses: actions/upload-artifact@v3.1.2
with: