mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-10 12:15:12 +02:00
Merge branch 'master' into workflow-update
This commit is contained in:
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user