From d80c90753d31379062613a6a83f6655358a9f9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Sun, 22 Oct 2023 10:26:30 +0200 Subject: [PATCH] Use correct job name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72b361b62e..293db7e534 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ needs.publish-draft-release.outputs.asset_upload_url }} + upload_url: ${{ needs.publish-release.outputs.asset_upload_url }} asset_path: ${{ env.ASSET }} asset_name: ${{ matrix.runtime.name }}_runtime-v${{ env.SPEC }}.tx${{ env.TXVER }}.compact.compressed.wasm asset_content_type: application/wasm