Skip to content

Commit af93357

Browse files
committed
Debug actions
1 parent 849c959 commit af93357

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

.github/workflows/builds.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
target:
1717
[
1818
{ platform: linux, arch: x86_64, os: ubuntu-22.04 },
19-
{ platform: linux, arch: x86_32, os: ubuntu-22.04 },
20-
{ platform: linux, arch: arm64, os: ubuntu-22.04-arm },
21-
{ platform: linux, arch: arm32, os: ubuntu-22.04-arm },
22-
{ platform: windows, arch: x86_64, os: windows-latest },
23-
{ platform: windows, arch: x86_32, os: windows-latest },
24-
{ platform: windows, arch: arm64, os: windows-latest },
25-
{ platform: macos, arch: universal, os: macos-latest },
26-
{ platform: android, arch: x86_64, os: ubuntu-22.04 },
27-
{ platform: android, arch: x86_32, os: ubuntu-22.04 },
28-
{ platform: android, arch: arm64, os: ubuntu-22.04 },
29-
{ platform: android, arch: arm32, os: ubuntu-22.04 },
30-
{ platform: ios, arch: arm64, os: macos-latest },
31-
{ platform: web, arch: wasm32, os: ubuntu-22.04 },
19+
# { platform: linux, arch: x86_32, os: ubuntu-22.04 },
20+
# { platform: linux, arch: arm64, os: ubuntu-22.04-arm },
21+
# { platform: linux, arch: arm32, os: ubuntu-22.04-arm },
22+
# { platform: windows, arch: x86_64, os: windows-latest },
23+
# { platform: windows, arch: x86_32, os: windows-latest },
24+
# { platform: windows, arch: arm64, os: windows-latest },
25+
# { platform: macos, arch: universal, os: macos-latest },
26+
# { platform: android, arch: x86_64, os: ubuntu-22.04 },
27+
# { platform: android, arch: x86_32, os: ubuntu-22.04 },
28+
# { platform: android, arch: arm64, os: ubuntu-22.04 },
29+
# { platform: android, arch: arm32, os: ubuntu-22.04 },
30+
# { platform: ios, arch: arm64, os: macos-latest },
31+
# { platform: web, arch: wasm32, os: ubuntu-22.04 },
3232
]
3333
target-type: [template_debug, template_release]
3434
float-precision: [single] # Only single precision supported for now
@@ -128,8 +128,11 @@ jobs:
128128
shell: sh
129129
run: |
130130
mkdir -p ./netfox/bin
131-
mv ./demo/addons/netfox/netfox-boost.gdextension ./netfox
132-
mv ./netfox-boost-bin/* ./netfox/bin/
131+
ls
132+
mv ./demo/addons/netfox/* ./netfox
133+
mv ./netfox/bin/netfox-boost.gdextension ./netfox-boost-bin/
134+
rm -rf ./netfox/bin
135+
mv ./netfox-boost-bin ./netfox/bin
133136
134137
- name: Upload Final Package Artifact
135138
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)