Skip to content

Commit e232d01

Browse files
committed
extract to package subdir
1 parent 632ff08 commit e232d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release-client-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Include the old eessi-hpc.org config as well for now
4040
run: |
4141
wget https://github.com/EESSI/filesystem-layer/releases/download/v0.4.0/cvmfs-config-eessi-0.4.0.tar
42-
tar xf cvmfs-config-eessi-0.4.0.tar
42+
tar -C ./package -xf cvmfs-config-eessi-0.4.0.tar
4343
rm cvmfs-config-eessi-0.4.0.tar
4444
4545
# We probably should loop over the set {rpm,deb,osxpkg} to create packages, but

0 commit comments

Comments
 (0)