Skip to content

Commit

Permalink
Update build-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alicolville authored Sep 12, 2024
1 parent 570718d commit 99cfedf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
- name: Archive Release
uses: thedoctor0/[email protected]
with:
command: mkdir -p release
# command: mkdir -p release
#custom: --transform 's,^,weight-tracker/,'
directory: ./
command: cp -a ./ ./weight-tracker/
type: 'zip'
#directory: ./
filename: './dist/weight-tracker.zip'
exclusions: '*.git* /*node_modules/* .editorconfig /playwright* /docs* /dist*'
- name: Sync files
Expand Down

0 comments on commit 99cfedf

Please sign in to comment.