We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed04b6 commit 0157b18Copy full SHA for 0157b18
.github/workflows/ios_builds.yml
@@ -9,7 +9,7 @@ env:
9
jobs:
10
ios:
11
runs-on: "macos-latest"
12
- name: ${{ matrix.dimensions.short }} ${{ matrix.precision }} ${{ matrix.features.name }} ${{ matrix.arch }}
+ name: ${{ matrix.dimensions.short }} ${{ matrix.precision }} ${{ matrix.features.name }} ${{ matrix.arch.name }}
13
strategy:
14
fail-fast: false
15
matrix:
@@ -44,7 +44,7 @@ jobs:
44
with:
45
name: godot-rapier-${{ matrix.dimensions.short }}-${{ matrix.precision }}-${{ matrix.features.name }}-${{ matrix.arch.rust}}
46
path: |
47
- bin${{ matrix.dimensions.short }}/**/*.ios
+ bin${{ matrix.dimensions.short }}/**/libgodot_rapier
48
if-no-files-found: error
49
50
- name: Upload Static
0 commit comments