Skip to content

Commit 0157b18

Browse files
committed
Update ios_builds.yml
1 parent 1ed04b6 commit 0157b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios_builds.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
ios:
1111
runs-on: "macos-latest"
12-
name: ${{ matrix.dimensions.short }} ${{ matrix.precision }} ${{ matrix.features.name }} ${{ matrix.arch }}
12+
name: ${{ matrix.dimensions.short }} ${{ matrix.precision }} ${{ matrix.features.name }} ${{ matrix.arch.name }}
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
name: godot-rapier-${{ matrix.dimensions.short }}-${{ matrix.precision }}-${{ matrix.features.name }}-${{ matrix.arch.rust}}
4646
path: |
47-
bin${{ matrix.dimensions.short }}/**/*.ios
47+
bin${{ matrix.dimensions.short }}/**/libgodot_rapier
4848
if-no-files-found: error
4949

5050
- name: Upload Static

0 commit comments

Comments
 (0)