This commit is contained in:
parent
b89d512ad9
commit
8df9753aa4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -37,8 +37,8 @@ jobs:
|
||||||
echo "https://github.com/godotengine/godot-builds/releases/download/$GODOT_VERSION-stable/Godot_v$GODOT_VERSION-stable_linux.arm64.zip"
|
echo "https://github.com/godotengine/godot-builds/releases/download/$GODOT_VERSION-stable/Godot_v$GODOT_VERSION-stable_linux.arm64.zip"
|
||||||
curl -L -o godot.zip https://github.com/godotengine/godot-builds/releases/download/$GODOT_VERSION-stable/Godot_v$GODOT_VERSION-stable_linux.arm64.zip
|
curl -L -o godot.zip https://github.com/godotengine/godot-builds/releases/download/$GODOT_VERSION-stable/Godot_v$GODOT_VERSION-stable_linux.arm64.zip
|
||||||
unzip godot.zip
|
unzip godot.zip
|
||||||
mv Godot_v$GODOT_VERSION-stable_linux.arm64 godot
|
mv Godot_v$GODOT_VERSION-stable_linux.arm64 /usr/bin/godot
|
||||||
chmod +x godot
|
chmod +x /usr/bin/godot
|
||||||
|
|
||||||
- name: Download Godot Export Templates
|
- name: Download Godot Export Templates
|
||||||
run: |
|
run: |
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
mkdir -v -p build/web
|
mkdir -v -p build/web
|
||||||
EXPORT_DIR="$(readlink -f build)"
|
EXPORT_DIR="$(readlink -f build)"
|
||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
/usr/bin/godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
||||||
|
|
||||||
- name: Upload Build
|
- name: Upload Build
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue