Skip to content

Commit

Permalink
adjust artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 10, 2024
1 parent 91e5c9a commit 69d0c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
path: packages/app/.output
path: packages/app/.output/**/*
name: ${{env.APP_ARTIFACT_NAME}}
include-hidden-files: true
retention-days: 1
Expand Down

0 comments on commit 69d0c64

Please sign in to comment.