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 9acdc3e commit b3eaa5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ jobs:
- name: create artifacts
run: |
mkdir tmp_dir
ls -al
ls -al Pilot
cp Pilot/*.py tmp_dir
cp tests/pilot.json tmp_dir
ls 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 tmp_dir
- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b3eaa5e

Please sign in to comment.