Skip to content

Commit

Permalink
wip4
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Oct 1, 2024
1 parent 358d2d3 commit 471cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
###TAGPREFIX=cudacpp_for
###if [ "${OWNER}" != "madgraph5" ]; then TAGPREFIX="${OWNER}_${TAGPREFIX}"; fi # TEMPORARY! this will change eventually...
tagsuffix=${tagname#*cudacpp_for}
TAGPREFIX=${tagname#*${tagsuffix}} # determine TAGPREFIX from triggering tag because github.repository_owner is empty?!
TAGPREFIX=${tagname/${tagsuffix}} # determine TAGPREFIX from triggering tag because github.repository_owner is empty(???)
echo "TAGPREFIX is ${TAGPREFIX}"
# Check version tag
cudacpp_version=$(cat ${WORKDIR}/VERSION.txt | awk '/^cudacpp_version/{print $3}')
Expand Down

0 comments on commit 471cb57

Please sign in to comment.