Skip to content

Commit

Permalink
Remove existing
Browse files Browse the repository at this point in the history
  • Loading branch information
maryanchuk04 committed Mar 10, 2024
1 parent 412e751 commit c19fd0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main_e-profspilka-admin-panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
npm install
npm run build
- name: Remove existing artifact
run: rm -f release.zip

- name: Zip artifact for deployment
run: zip -r release.zip ./YeProfspilka.Admin/dist/ye-profspilka.admin/*

Expand Down

0 comments on commit c19fd0b

Please sign in to comment.