mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-16 21:34:35 +00:00
Update macos.yml
This commit is contained in:
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
@@ -21,3 +21,12 @@ jobs:
|
|||||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
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
|
||||||
|
Reference in New Issue
Block a user