Skip to content

Commit 605254b

Browse files
committed
fix upload_url
1 parent 65dbb30 commit 605254b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212
jobs:
1313
release:
1414
runs-on: ubuntu-latest
15+
outputs:
16+
upload_url: ${{ steps.create_release.outputs.upload_url }}
1517
permissions:
1618
contents: write
1719
pull-requests: write

0 commit comments

Comments
 (0)