Skip to content

Commit

Permalink
Fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Oct 19, 2023
1 parent 14e4c2a commit e79c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Create Artifact
id: artifact
run: |
tar --dereference --directory public/ -cvf artifact.tar .
tar --dereference --directory ${{ github.workspace }}/docs/public/ -cvf artifact.tar .
- name: Upload artifact
id: upload
Expand Down

0 comments on commit e79c8a1

Please sign in to comment.