Skip to content

Commit 4e337f9

Browse files
committed
Add branch name debug
1 parent f3e07a3 commit 4e337f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Upload release
5858
shell: bash
5959
run: |
60-
echo "Begin upload..."
60+
echo "Begin upload for branch (${{ github.ref_name }})"
6161
AUTHORIZATION="$(echo -n 'builds:${{ secrets.UPLOAD_PASSWORD }}' | base64)"
6262
echo "::add-mask::${AUTHORIZATION}"
6363

0 commit comments

Comments
 (0)