Skip to content

Commit 3b3fe86

Browse files
committed
updating release workflow
1 parent 1492cd6 commit 3b3fe86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
with:
75-
upload_url: ${{ needs.release.outputs.upload_url }}
75+
upload_url: ${{ needs.create-release.outputs.upload_url }}
7676
asset_path: ./simple_sql_parser_${{ matrix.target.os }}_${{ matrix.target.arch }}.zip
7777
asset_name: simple_sql_parser_${{ matrix.target.os }}_${{ matrix.target.arch }}.zip
7878
asset_content_type: application/zip

0 commit comments

Comments
 (0)