mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-21 19:07:59 +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
|
- name: Package artifacts
|
||||||
run: |
|
run: |
|
||||||
mkdir artifact
|
mkdir artifact-pkg
|
||||||
mv dist/*.pkg dist/*.zip artifact/
|
mv dist/*.pkg artifact-pkg/
|
||||||
|
mkdir artifact-zip
|
||||||
|
mv dist/*.zip artifact-zip/
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: macOS build
|
name: macOS .pkg
|
||||||
path: artifact
|
path: artifact-pkg
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@master
|
||||||
|
with:
|
||||||
|
name: macOS .zip
|
||||||
|
path: artifact-zip
|
||||||
|
Reference in New Issue
Block a user