Commit 792247b 1 parent 69762e6 commit 792247b Copy full SHA for 792247b
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 41
41
shell : sh
42
42
run : |
43
43
mv target/release/libgodot_rapier.dylib bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.macos.framework/libgodot_rapier.macos.dylib
44
- mv target/release/libgodot_rapier.arm64.a bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.macos.framework/libgodot_rapier.macos.arm64.a
45
- mv target/release/libgodot_rapier.x86_64.a bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.macos.framework/libgodot_rapier.macos.x86_64.a
46
44
- name : Mac Sign
47
45
uses : ughuuu/godot-cpp-template/.github/actions/sign@add-more-stuff/options-to-build
48
46
with :
54
52
APPLE_DEV_ID : ${{ secrets.APPLE_DEV_ID }}
55
53
APPLE_DEV_TEAM_ID : ${{ secrets.APPLE_DEV_TEAM_ID }}
56
54
APPLE_DEV_APP_ID : ${{ secrets.APPLE_DEV_APP_ID }}
57
-
55
+ - name : Copy to bin
56
+ shell : sh
57
+ run : |
58
+ mv target/release/libgodot_rapier.arm64.a bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.macos.framework/libgodot_rapier.macos.arm64.a
59
+ mv target/release/libgodot_rapier.x86_64.a bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.macos.framework/libgodot_rapier.macos.x86_64.a
58
60
- name : Upload
59
61
uses : actions/upload-artifact@v4
60
62
with :
You can’t perform that action at this time.
0 commit comments