Skip to content

Commit c6dcd5c

Browse files
authored
Merge pull request #6416 from DrDaveD/correct-release
Switch apptainer to singularity in deb release
2 parents 6d83b4d + d298f4a commit c6dcd5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
run: |
5757
# Make a new copy of the source files for this build
5858
set -x
59-
tar xf apptainer-*.tar.gz
60-
cd `basename apptainer-*.tar.gz .tar.gz`
59+
tar xf singularity-*.tar.gz
60+
cd `basename singularity-*.tar.gz .tar.gz`
6161
./scripts/ci-docker-run
6262
cp *.deb ..
6363
cd ..

0 commit comments

Comments
 (0)