Skip to content

Commit

Permalink
removing /packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Aug 24, 2023
1 parent 4ee8d2d commit c069946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: echo "NOW=$(date +'%Y-%m-%dT%H_%M_%S')" >> $GITHUB_ENV
- name: Zip output
working-directory: ./entity-counter-recalculator
run: zip -qq -r entity-counter-recalculator_${{ env.NOW }}.zip main.py app/ ../packages/my-dependencies.zip
run: zip -qq -r entity-counter-recalculator_${{ env.NOW }}.zip main.py app/ ../my-dependencies.zip
- uses: actions/upload-artifact@v2
with:
name: entity-counter-recalculator
Expand Down

0 comments on commit c069946

Please sign in to comment.