Update macos.yml

This commit is contained in:
Eugene 2019-08-15 13:13:35 +02:00 committed by GitHub
parent d01e3a97d5
commit a4ed9a5444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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