Skip to content

Commit

Permalink
fixed bad name on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sardap committed Aug 14, 2021
1 parent 9d28247 commit 9845abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build conatiner
- name: Build image
run: docker build . -t gba_build:latest
- name: Build Rom
run: docker run -v ${PWD}:/app -e WALK_GOOD_MAYBE_RELEASE=true -e VOLUME=0.8f -e GIT_TAG=${{ github.ref }} gba_build:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build conatiner
- name: Build image
run: docker build . -t gba_build:latest
- name: Build Rom
run: docker run -v ${PWD}:/app -e GIT_TAG=${{ github.ref }} gba_build:latest

0 comments on commit 9845abd

Please sign in to comment.