Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Nov 3, 2024
1 parent 8a9c12a commit d362731
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chickensoft-games/setup-godot@v1
name: 🤖 Setup Godot
with:
version: 4.3.0
use-dotnet: false
- name: 🔬 Verify Setup
run: |
godot --version
which godot
GODOT4_BIN=godot
#- uses: chickensoft-games/setup-godot@v1
# name: 🤖 Setup Godot
# with:
# version: 4.3.0
# use-dotnet: false
#- name: 🔬 Verify Setup
# run: |
# godot --version
# which godot
# GODOT4_BIN=godot
- name: Set up Java 11
uses: actions/setup-java@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@ jobs:
- uses: actions/upload-artifact/merge@v4
with:
name: static-rapier-2d-single-simd-parallel
path: static-rapier-2d-single-simd-parallel
pattern: static-rapier-2d-single-simd-parallel
- uses: actions/upload-artifact/merge@v4
with:
name: static-rapier-2d-single-enhanced-determinism
path: static-rapier-2d-single-enhanced-determinism
pattern: static-rapier-2d-single-enhanced-determinism
- uses: actions/upload-artifact/merge@v4
with:
name: static-rapier-3d-single-simd-parallel
path: static-rapier-3d-single-simd-parallel
pattern: static-rapier-3d-single-simd-parallel
- uses: actions/upload-artifact/merge@v4
with:
name: static-rapier-3d-single-enhanced-determinism
path: static-rapier-3d-single-enhanced-determinism
pattern: static-rapier-3d-single-enhanced-determinism

release:
name: Create Release
Expand Down

0 comments on commit d362731

Please sign in to comment.