Skip to content

Commit

Permalink
Merge pull request #6416 from DrDaveD/correct-release
Browse files Browse the repository at this point in the history
Switch apptainer to singularity in deb release
  • Loading branch information
kmuriki committed Mar 17, 2022
2 parents 6d83b4d + d298f4a commit c6dcd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -56,8 +56,8 @@ jobs:
run: |
# Make a new copy of the source files for this build
set -x
tar xf apptainer-*.tar.gz
cd `basename apptainer-*.tar.gz .tar.gz`
tar xf singularity-*.tar.gz
cd `basename singularity-*.tar.gz .tar.gz`
./scripts/ci-docker-run
cp *.deb ..
cd ..
Expand Down

0 comments on commit c6dcd5c

Please sign in to comment.