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 dddf558 commit 09f142b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Debug Upload URL
run: echo "Upload URL: ${{ steps.create_release.outputs.upload_url }}"

- name: Create GitHub Release
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit 09f142b

Please sign in to comment.