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 1764f90 commit 1383484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
# path: /home/runner/work/Weight-Tracker/Weight-Tracker/weight-loss-tracker/weight-loss-tracker/
- name: Create temporary directories
run: |
echo $GITHUB_WORKSPACE
mkdir /tmp/zip/
mkdir /tmp/code/
- name: Copy files from repo
run: rsync -av --exclude={'docs/','/dist','/playwright','*.git*' } $GITHUB_WORKSPACE /tmp/code/weight-loss-tracker/
run: rsync -av $GITHUB_WORKSPACE /tmp/code/weight-loss-tracker/
- name: Archive Release
uses: thedoctor0/[email protected]
with:
Expand Down

0 comments on commit 1383484

Please sign in to comment.