Merge branch 'master' into workflow-update

This commit is contained in:
TheTank20
2023-09-02 10:43:12 -04:00
committed by GitHub
12 changed files with 628 additions and 235 deletions

View File

@@ -53,13 +53,8 @@ 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:
name: UMSKT-macOS-${{ matrix.arch }}-static
name: UMSKT-macOS-${{ matrix.arch }}
path: build/actions_upload