Fixing Workflows

This commit is contained in:
Chaoscaot
2023-03-16 19:51:59 +01:00
parent dd30b57cb3
commit 2c18a5b355

View File

@ -23,7 +23,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
with: with:
upload_url: ${{ steps.published_release.outputs.upload_url }} upload_url: ${{ github.event.release.upload_url }}
asset_path: schemsearch-cli.tar.gz asset_path: schemsearch-cli.tar.gz
asset_name: schemsearch-cli-linux.tar.gz asset_name: schemsearch-cli-linux.tar.gz
asset_content_type: application/gzip asset_content_type: application/gzip