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 358a25c commit dcd65e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
- run: cat /etc/os-release
- env:
OUTPUT1: ${{needs.build.outputs.artifact-url}}
run: |
echo "Artifact ID from previous job is $OUTPUT1"
wget -O output $OUTPUT1 --header="Authorization: token $PERSONAL_TOKEN"
ls -lih
run: echo "Artifact ID from previous job is $OUTPUT1"
- run: wget -O output $OUTPUT1 --header="Authorization: token ${{ secrets.GITHUB_TOKEN }}"
- run: ls -lih

permissions:
contents: write

0 comments on commit dcd65e4

Please sign in to comment.