We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0bac1 commit b17c444Copy full SHA for b17c444
.github/workflows/master.yml
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
needs: [check_code]
50
outputs:
51
- upload_url: ${{ steps.create_draft.outputs.upload_url }}
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
52
steps:
53
- uses: actions/checkout@v2
54
0 commit comments