Skip to content

Commit

Permalink
[install] further fixes in archiver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Sep 30, 2024
1 parent 2bef17c commit 5d18cee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ jobs:
echo "RUNNING TAG: ${tagname_latest} >> ${HOME}/VERSION.txt
- name: create_runningtag
run: |
run: |
echo "HOME is ${HOME}"
echo "Current directory is $(pwd)"
cd branch_PR
echo "Current directory is now $(pwd)"
echo "Current branch is $(git branch --show-current)"
tagname=${TAGNAME}
echo "(From GITHUB_ENV) tagname = ${tagname}"
tagname_latest=${TAGNAME_LATEST}
Expand Down

0 comments on commit 5d18cee

Please sign in to comment.