Skip to content

Commit 09f142b

Browse files
committed
Updates to fix build
1 parent dddf558 commit 09f142b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

68+
- name: Debug Upload URL
69+
run: echo "Upload URL: ${{ steps.create_release.outputs.upload_url }}"
70+
6871
- name: Create GitHub Release
6972
uses: actions/create-release@v1
7073
id: create_release

0 commit comments

Comments
 (0)