-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c275fd2
commit 6e47c7a
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- 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 code dir | ||
# with: | ||
# path: /home/runner/work/Weight-Tracker/Weight-Tracker/weight-loss-tracker/weight-loss-tracker/ | ||
- name: Create temporary directories | ||
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 | ||
run: rsync -av /home/runner/work/Weight-Tracker/Weight-Tracker/ /tmp/code/weight-loss-tracker/ --exclude thefoldertoexclude | ||
- name: Archive Release | ||
uses: thedoctor0/[email protected] | ||
with: | ||
|