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 13, 2024
1 parent 56c88f1 commit 594ae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
mkdir /tmp/zip/
mkdir /tmp/code/
- name: Copy files from repo
run: rsync -av /home/runner/work/Weight-Tracker/Weight-Tracker/ /tmp/code/weight-loss-tracker/ --exclude={'docs/','/dist','playwright', '*.git*' }
run: rsync -av --exclude={'docs/','/dist','playwright', '*.git*' } /home/runner/work/Weight-Tracker/Weight-Tracker/ /tmp/code/weight-loss-tracker/
- name: Archive Release
uses: thedoctor0/[email protected]
with:
Expand Down

0 comments on commit 594ae23

Please sign in to comment.