Skip to content

Commit

Permalink
Trying to fix upload-release-asset step in assets.yml for windows-x64…
Browse files Browse the repository at this point in the history
… job.
  • Loading branch information
rturrado committed Jan 9, 2024
1 parent 510d58b commit a935377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ jobs:
run: |
echo "WHEEL_NAME=$(Get-ChildItem -name *.whl)" >> $env:GITHUB_OUTPUT
echo "WHEEL_NAME=$(Get-ChildItem -name *.whl)" >> $env:GITHUB_ENV
echo ${{ env.GITHUB_ENV }}
shell: powershell
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a935377

Please sign in to comment.