mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-28 23:39:53 +00:00
Update macos.yml
This commit is contained in:
parent
d01e3a97d5
commit
a4ed9a5444
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…
x
Reference in New Issue
Block a user