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 5a384da commit e701d48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
run: |
mkdir /tmp/zip/
mkdir /tmp/code/
- name: Copy files from repo
run: rsync -av /home/runner/work/Weight-Tracker/Weight-Tracker/weight-loss-tracker/ /tmp/code/weight-loss-tracker/
# - name: Copy files from repo
# run: rsync -av /home/runner/work/Weight-Tracker/Weight-Tracker/weight-loss-tracker/ /tmp/code/weight-loss-tracker/
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
directory: /tmp/code/
directory: /home/runner/work/Weight-Tracker/Weight-Tracker/
filename: '/tmp/zip/weight-tracker.zip'
#exclusions: '*.git* /*node_modules/* .editorconfig /playwright* /docs* /dist*'
- name: Sync files
Expand Down

0 comments on commit e701d48

Please sign in to comment.