mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-30 00:09:54 +00:00
Update macos.yml
This commit is contained in:
parent
d01e3a97d5
commit
a4ed9a5444
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
@ -21,3 +21,12 @@ jobs:
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
|
||||
- name: Package artifacts
|
||||
run: |
|
||||
mkdir artifact
|
||||
mv dist/*.pkg dist/*.zip artifact/
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: macOS build
|
||||
path: artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user