Skip to content

Commit

Permalink
Updates to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
codervijo committed Jan 31, 2025
1 parent 22ddd28 commit d711f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Debug Upload URL
run: echo "Upload URL: ${{ steps.create_release.outputs.upload_url }}"
run: |
echo "Upload URL: ${{ steps.create_release.outputs.upload_url }}"
- name: Upload release asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit d711f79

Please sign in to comment.