From d298f4a7ced465f68f0cd25244a310f9fa4c7aeb Mon Sep 17 00:00:00 2001 From: Dave Dykstra Date: Wed, 16 Mar 2022 12:38:06 -0500 Subject: [PATCH] switch apptainer to singularity in deb release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f879c36581..e3b1661d57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ..