Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed Jan 12, 2024
1 parent 42160b8 commit e53a005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: zipped-code
path: ${{ env.app_zip_path }}
path: ${{ env.app_folder }}/${{ env.app_zip_path }}

- id: set-zip-path
run: echo "APP_ZIP_PATH=$(echo ${{ env.app_zip_path }})" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e53a005

Please sign in to comment.