Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Sep 23, 2023
1 parent 21a5904 commit 8f901ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
create_release:
runs-on: ubuntu-latest
outputs:
upload_url: steps.create_release.outputs.upload_url
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
-
name: Create Release
Expand Down

0 comments on commit 8f901ee

Please sign in to comment.