Skip to content

Commit

Permalink
added name for deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
eneoli committed Sep 5, 2024
1 parent 5182ee9 commit 55f6648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
run: cargo install wasm-pack
- name: Install NodeJs
uses: actions/setup-node@v4
- run: ./deploy.sh
- name: Deployment
run: ./deploy.sh
env:
BUILD_MODE: ${{ vars.BUILD_MODE }}
DEPLOYMENT_RES_PATH: ${{ vars.DEPLOYMENT_RES_PATH }}
Expand Down

0 comments on commit 55f6648

Please sign in to comment.