mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-21 02:48:00 +00:00
Update macos.yml
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user