Skip to content

Commit

Permalink
Update master_ck-board.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markiianbabiak committed Oct 16, 2024
1 parent 886efb3 commit 075037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_ck-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm run build --if-present
- name: Zip artifact for deployment
run: zip -r release.zip . -x "*.git*" "node_modules/*" "*.DS_Store"
run: zip -r release.zip . -x "*.git*" "frontend/node_modules/*" "backend/node_modules/*" "node_modules/*" "*.DS_Store"

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 075037d

Please sign in to comment.