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

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

- name: Upload release asset
uses: actions/upload-release-asset@v1
with:
Expand Down

0 comments on commit 22ddd28

Please sign in to comment.