mirror of
https://github.com/eugeny/tabby
synced 2026-08-22 13:56:34 +00:00
Update macos.yml
This commit is contained in:
@@ -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