Skip to content

Commit

Permalink
(feat): updated zip step
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Jul 12, 2024
1 parent 82f3d07 commit f25d416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord-bot_discord-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Zip artifact for deployment
run: |
cd discord
zip release.zip ./* -r
zip -r ../release.zip ./* node_modules package.json package-lock.json web.config
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f25d416

Please sign in to comment.