Skip to content

Commit 67b923d

Browse files
committed
Updates to fix build
1 parent c03190f commit 67b923d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
run: |
6060
zip -r ${{ env.ARTIFACT_NAME }} bin/
6161
62+
- name: Check GitHub Token
63+
run: echo "Token Length: ${#GITHUB_TOKEN}"
64+
env:
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66+
6267
- name: Create GitHub Release
6368
uses: actions/create-release@v1
6469
id: create_release

0 commit comments

Comments
 (0)