Skip to content

Commit

Permalink
change zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
maryanchuk04 committed Mar 10, 2024
1 parent c3aea01 commit 412e751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_e-profspilka-admin-panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
npm run build
- name: Zip artifact for deployment
run: zip release.zip ./* -r
run: zip -r release.zip ./YeProfspilka.Admin/dist/ye-profspilka.admin/*

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

0 comments on commit 412e751

Please sign in to comment.