mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-31 15:50:28 +08:00
Update macos.yml
This commit is contained in:
parent
a4ed9a5444
commit
ff6ec006e7
15
.github/workflows/macos.yml
vendored
15
.github/workflows/macos.yml
vendored
@ -23,10 +23,17 @@ jobs:
|
||||
|
||||
- name: Package artifacts
|
||||
run: |
|
||||
mkdir artifact
|
||||
mv dist/*.pkg dist/*.zip artifact/
|
||||
mkdir artifact-pkg
|
||||
mv dist/*.pkg artifact-pkg/
|
||||
mkdir artifact-zip
|
||||
mv dist/*.zip artifact-zip/
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: macOS build
|
||||
path: artifact
|
||||
name: macOS .pkg
|
||||
path: artifact-pkg
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: macOS .zip
|
||||
path: artifact-zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user