Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
develon2015 authored Mar 16, 2024
1 parent 1bf10c8 commit 8b95bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT1: ${{needs.build.outputs.artifact-url}}
run: curl -o output --header="Authorization:\ token\ ${{ secrets.GITHUB_TOKEN }}" $OUTPUT1
run: curl -o output -H "Authorization:\ token\ ${{ secrets.GITHUB_TOKEN }}" $OUTPUT1
- run: ls -lih

permissions:
Expand Down

0 comments on commit 8b95bf8

Please sign in to comment.