Skip to content

Commit

Permalink
Merge 'fraccaman/ci-here-we-go-again-26'
Browse files Browse the repository at this point in the history
* origin/fraccaman/ci-here-we-go-again-26:
  [ci skip] improve release ci
  • Loading branch information
Fraccaman committed Oct 18, 2023
2 parents 901220b + 2275ab6 commit 52494cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,14 @@ jobs:
if: startsWith(runner.os, 'Windows')
run: |
curl -L https://github.com/EmbarkStudios/cargo-about/releases/download/0.5.7/cargo-about-0.5.7-x86_64-pc-windows-msvc.tar.gz -o cargo-about
echo "::add-path::$GITHUB_WORKSPACE"
pwd
ls
echo $GITHUB_PATH
echo $env.GITHUB_PATH
echo GITHUB_WORKSPACE
echo $env.GITHUB_WORKSPACE
echo
echo "${GITHUB_WORKSPACE}" >> $env.GITHUB_PATH
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
GITHUB_WORKSPACE: ${{ github.workspace }}
Expand Down

0 comments on commit 52494cb

Please sign in to comment.