Skip to content

Commit

Permalink
cd src
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed Jan 12, 2024
1 parent 13c1345 commit 42160b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Zip
run: |
zip -r ${{ env.app_zip_path }} ${{ env.app_folder }}/*
cd ${{ env.app_folder }}
zip -r ${{ env.app_zip_path }} *
- name: Upload build artefact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 42160b8

Please sign in to comment.