Skip to content

Commit ccb8908

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
zip -r ${{ env.ARTIFACT_NAME }} bin/
6161
6262
- name: Check GitHub Token
63-
run: echo "Token Length: ${#GITHUB_TOKEN}"
63+
run: |
64+
echo "Token Length: ${#GITHUB_TOKEN}"
6465
env:
6566
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6667

0 commit comments

Comments
 (0)