Skip to content

Commit 023366d

Browse files
authored
Merge pull request #78 from bedroge/versioned_tarballs
Add version to filenames of tarball configuration packages
2 parents 80ec3ba + 84af913 commit 023366d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: bpicode/github-action-fpm@master
6262
with:
6363
fpm_args: "etc"
64-
fpm_opts: "--debug -n cvmfs-config-eessi -v ${{ steps.get_version.outputs.version }} -t tar -a all -s dir -C ./package --description 'CVMFS configuration package for EESSI.'"
64+
fpm_opts: "--debug -n cvmfs-config-eessi-${{ steps.get_version.outputs.version }} -t tar -a all -s dir -C ./package --description 'CVMFS configuration package for EESSI.'"
6565

6666
- name: Find filenames of generated packages
6767
id: find_filenames

0 commit comments

Comments
 (0)