Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 36ae02b

Browse files
committed
Action type fix
1 parent d043d26 commit 36ae02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
mkdir Godot.app/Contents/MacOS
8686
mv bin/godot.macos.editor.universal.luaAPI Godot.app/Contents/MacOS/Godot
8787
chmod +x Godot.app/Contents/MacOS/Godot
88-
mv Godot.app bun/
88+
mv Godot.app bin/
8989
cp -n '${{ github.workspace }}/README.md' '${{ github.workspace }}/LICENSE' ${{ github.workspace }}/scripts/godot/bin/
9090
9191
- name: Make universal binaries and bundle (mono editor)

0 commit comments

Comments
 (0)