mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
Update macos.yml
This commit is contained in:
parent
d01e3a97d5
commit
a4ed9a5444
1 changed files with 10 additions and 1 deletions
11
.github/workflows/macos.yml
vendored
11
.github/workflows/macos.yml
vendored
|
@ -20,4 +20,13 @@ jobs:
|
|||
BT_TOKEN: ${{ secrets.BT_TOKEN }}
|
||||
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…
Reference in a new issue