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 b3de4ee commit 28f5da8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
path: /home/runner/work/Weight-Tracker/Weight-Tracker/weight-loss-tracker/weight-loss-tracker/
- name: Create dir
run: |
mkdir /tmp/zip/
mkdir /tmp/zip/
- name: Create code dir
run: |
mkdir /tmp/code/
- name: Copy files from repo
run: rsync -av /home/runner/work/Weight-Tracker/Weight-Tracker/weight-loss-tracker/ /tmp/code/ --exclude thefoldertoexclude
- name: Archive Release
uses: thedoctor0/[email protected]
with:
Expand Down

0 comments on commit 28f5da8

Please sign in to comment.