From 090e3ac13cba8597725b18db7d4cdf221bf09ff4 Mon Sep 17 00:00:00 2001 From: xermicus Date: Tue, 27 May 2025 09:29:25 +0200 Subject: [PATCH] bugfix an env var in the release workflow (#329) Signed-off-by: Cyrill Leutwiler --- .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 bdbe086..fb0a8fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-24.04 needs: [check-version-changed] env: - RELEASE_RESOLC_WASM_URI: https://github.com/paritytech/revive-workflow-test/releases/download/${{ github.ref_name }}/resolc.wasm + RELEASE_RESOLC_WASM_URI: https://github.com/paritytech/revive/releases/download/${{ github.ref_name }}/resolc.wasm steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1