update CI workflow

This commit is contained in:
Kevin Yue 2021-10-25 02:34:04 +08:00
parent 9a01935f9f
commit f5a060991c

View File

@ -51,6 +51,8 @@ jobs:
- name: Archive all - name: Archive all
run: | run: |
./scripts/snapshot-archive-all.sh ./scripts/snapshot-archive-all.sh
echo "${{ secrets.PPA_GPG_PRIVATE_KEY }}" > ./artifacts/private.gpg
echo "${{ secrets.PPA_GPG_PASSPHRASE }}" > ./artifacts/passphrase.txt
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: