Skip to content

Commit

Permalink
Update the action version used and change the platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Oct 4, 2023
1 parent 55a9efd commit b267a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [windows] #, linux, mac]
platform: [win64] #, linux, mac]
steps:
- uses: actions/checkout@v2
with:
lfs: false
- name: Build
id: build
uses: manleydev/build-godot-action@v1.4.1
uses: manleydev/build-godot-action@v1.5.0
with:
preset: ${{ matrix.platform }}
debugMode: "false"
Expand Down

0 comments on commit b267a49

Please sign in to comment.