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 10, 2024
1 parent 18e3fcf commit 59b23db
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,21 @@ jobs:

- name: create artifacts
run: |
ls -l
ls -l Pilot
mkdir tmp_dir
cp Pilot/*.py tmp_dir
cp tests/pilot.json tmp_dir
ls -l tmp_dir
# create the tar
cd tmp_dir
tar -cf pilot.tar *.py
# make the checksums file
sha512sum pilot.tar pilot.json *.py > checksums.sha512
ls -l
cd ..
cp tmp_dir/checksums.sha512 .
cp tmp_dir/pilot.tar .
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: Pilot_${{ matrix.branch }}
path: tmp_dir/pilot.tar tmp_dir/checksums.sha512
path: pilot.tar checksums.sha512
retention-days: 2

0 comments on commit 59b23db

Please sign in to comment.