Skip to content

Commit

Permalink
Merge pull request #78 from bedroge/versioned_tarballs
Browse files Browse the repository at this point in the history
Add version to filenames of tarball configuration packages
  • Loading branch information
boegel authored Mar 3, 2021
2 parents 80ec3ba + 84af913 commit 023366d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release-client-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: bpicode/github-action-fpm@master
with:
fpm_args: "etc"
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.'"
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.'"

- name: Find filenames of generated packages
id: find_filenames
Expand Down

0 comments on commit 023366d

Please sign in to comment.