Skip to content

Commit

Permalink
Include apphosting in upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Nov 8, 2023
1 parent 7056e2f commit bc7b5f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
path: packages/*/dist/
path: |
packages/*/dist/
packages/@apphosting/*/dist/
retention-days: 1
if-no-files-found: ignore

Expand Down

0 comments on commit bc7b5f6

Please sign in to comment.