chore(ga): upload all artifacts

This commit is contained in:
Ming Di Leom 2022-01-21 14:02:43 +00:00
parent 6a0448051b
commit 41140abfdd
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 9 additions and 3 deletions

View File

@ -27,9 +27,15 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
force_orphan: true
- name: 'Upload Artifact'
- name: 'Upload Public Folder'
uses: actions/upload-artifact@v2
with:
name: artifacts
path: ./tmp/
name: public
path: ./public
retention-days: 30
- name: 'Upload Tmp Folder'
uses: actions/upload-artifact@v2
with:
name: tmp
path: ./tmp
retention-days: 30