Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jul 11, 2024
1 parent 7311dba commit 4081ac6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:

- name: create artifacts
run: |
pwd
mkdir tmp_dir
cp Pilot/*.py tmp_dir
cp tests/pilot.json tmp_dir
cp Pilot/*.py tmp_dir/
cp tests/pilot.json tmp_dir/
# create the tar
cd tmp_dir
tar -cf pilot.tar *.py
Expand All @@ -44,6 +45,8 @@ jobs:
cp tmp_dir/pilot.tar .
pwd
ls -l
cp tmp_dir/checksums.sha512 ../
cp tmp_dir/pilot.tar ../
- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4081ac6

Please sign in to comment.