fix: update step names for clarity in deployment workflow

This commit is contained in:
averel10
2025-11-12 17:47:08 +01:00
parent d18e48bbc4
commit 62581a807f

View File

@@ -27,14 +27,14 @@ jobs:
cache: npm cache: npm
cache-dependency-path: crypto_clash_contract/package-lock.json 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 run: npm ci && npm run compile && npm run deploy
working-directory: crypto_clash_contract working-directory: crypto_clash_contract
env: env:
API_URL: ${{ vars.API_URL }} API_URL: ${{ vars.API_URL }}
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
- name: Push config.json to artifact - name: Push config.json to artifacts
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v5
with: with:
name: contract-config name: contract-config