From 4f59468f62c2e465a170d79ddc110826f5afd19c Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Thu, 9 Nov 2023 21:32:13 -0300 Subject: [PATCH] fix: release actions again --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 204da107..cf742cf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,10 +46,6 @@ jobs: name: Build and publish ${{ github.event.inputs.chain }} runs-on: ubuntu-latest - defaults: - run: - working-directory: ./${{ github.event.inputs.chain }} - steps: - name: Checkout Codebase uses: actions/checkout@v3 @@ -68,10 +64,12 @@ jobs: run: sudo apt -y install protobuf-compiler - name: Install & display rust toolchain + working-directory: ./${{ github.event.inputs.chain }} run: rustup show # Build WASM with Substrate Runtime Tool - name: Srtool build + working-directory: ./${{ github.event.inputs.chain }} id: srtool_build uses: chevdor/srtool-actions@v0.7.0 env: