From 62581a807f24eb332cc1695f658073de856cf70c Mon Sep 17 00:00:00 2001 From: averel10 Date: Wed, 12 Nov 2025 17:47:08 +0100 Subject: [PATCH] fix: update step names for clarity in deployment workflow --- .github/workflows/deploy_backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_backend.yml b/.github/workflows/deploy_backend.yml index 874824d..4aa931e 100644 --- a/.github/workflows/deploy_backend.yml +++ b/.github/workflows/deploy_backend.yml @@ -27,14 +27,14 @@ jobs: cache: npm cache-dependency-path: crypto_clash_contract/package-lock.json - - name: Install dependencies and compile contract + - name: Install dependencies and compile/deploy contract run: npm ci && npm run compile && npm run deploy working-directory: crypto_clash_contract env: API_URL: ${{ vars.API_URL }} WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} - - name: Push config.json to artifact + - name: Push config.json to artifacts uses: actions/upload-artifact@v5 with: name: contract-config