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 4c11e49 commit c275fd2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
- uses: actions/checkout@v4
with:
path: /home/runner/work/Weight-Tracker/Weight-Tracker/weight-loss-tracker/weight-loss-tracker/
- name: Create dir
run: |
mkdir /tmp/zip/
#- name: Create dir
#run: |
# mkdir /tmp/zip/
- name: Create code dir
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/ --exclude thefoldertoexclude
Expand Down

0 comments on commit c275fd2

Please sign in to comment.