Skip to content

Commit

Permalink
[install] in .github/workflows/archiver.yml debug different branches
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Sep 28, 2024
1 parent 6111372 commit 5be0a95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: |
echo "HOME is ${HOME}"
echo "Current directory is $(pwd)"
.github/workflows/archiver.sh
echo "Current branch is $(git branch --show-current)
.github/workflows/archiver.sh
- name: release
# See https://github.com/softprops/action-gh-release
uses: softprops/action-gh-release@v2
Expand All @@ -36,6 +37,7 @@ jobs:
run: |
echo "HOME is ${HOME}"
echo "Current directory is $(pwd)"
echo "Current branch is $(git branch --show-current)
python3 .github/workflows/archiver.py version_info.dat
mv version_info.dat ${HOME}
- name: checkout_INFO
Expand All @@ -46,6 +48,7 @@ jobs:
run: |
echo "HOME is ${HOME}"
echo "Current directory is $(pwd)"
echo "Current branch is $(git branch --show-current)
mv ${HOME}/version_info.dat .
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit 5be0a95

Please sign in to comment.