Skip to content

Commit

Permalink
[godot] Actually remove arm64 Linux extension build...
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Dec 11, 2024
1 parent b52b4a8 commit 4dc367d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/spine-godot-extension-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@ jobs:
name: gdextension-linux-x86_64-${{ env.GODOT_TAG }}
path: artifacts/gdextension-linux-x86_64-${{ env.GODOT_TAG }}

- name: Download linux-arm64 artifact
uses: actions/download-artifact@v4
with:
name: gdextension-linux-arm64-${{ env.GODOT_TAG }}
path: artifacts/gdextension-linux-arm64-${{ env.GODOT_TAG }}

- name: Download macos artifact
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -257,7 +251,6 @@ jobs:
# Move artifacts to their correct locations
mv gdextension-windows-$GODOT_TAG/* bin/windows/
mv gdextension-linux-x86_64-$GODOT_TAG/* bin/linux/
mv gdextension-linux-arm64-$GODOT_TAG/* bin/linux/
mv gdextension-macos-$GODOT_TAG/* bin/macos/macos.framework/
mv gdextension-ios-$GODOT_TAG/* bin/ios/
mv gdextension-android-$GODOT_TAG/* bin/android/
Expand Down

0 comments on commit 4dc367d

Please sign in to comment.