Skip to content

Commit

Permalink
update to 4.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Aug 4, 2023
1 parent ca4e36e commit e25781f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.1
image: barichello/godot-ci:4.1.1
strategy:
matrix:
channel: [win, linux, web, macOS]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Run Unit Tests
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.1
image: barichello/godot-ci:4.1.1
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# github-cli
# butler

GAME="##VAR_GAME"
GAME="##VAR_GAME_NAME"
VERSION="$1"

ARGS=("$@")
Expand Down

0 comments on commit e25781f

Please sign in to comment.