From 18e3fcf9525760450ba73bd23084b16a6fa01019 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Wed, 10 Jul 2024 18:20:46 +0200 Subject: [PATCH] Update nightly.yml --- .github/workflows/nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 76f16930..85a0e97e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,14 +31,18 @@ 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 - name: upload artifacts uses: actions/upload-artifact@v4