Skip to content

Commit

Permalink
switch apptainer to singularity in deb release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDaveD committed Mar 16, 2022
1 parent 6d83b4d commit d298f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
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 d298f4a

Please sign in to comment.