From edcd9d15c977b251b205cad757e1c1349a543b4e Mon Sep 17 00:00:00 2001 From: ultrablob Date: Mon, 3 Feb 2025 20:38:49 -0500 Subject: [PATCH] random stuff --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21d07a9..bc8e121 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,15 +29,15 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout name: Checkout Files - - uses: https://github.com/chickensoft-games/setup-godot@v1 + - uses: https://github.com/chickensoft-games/setup-godot name: Setup Godot with: - version: 4.3-stable + version: 4.3.0-stable - - name: Build Gaame + - name: Build Game run: | mkdir -v -p build/web EXPORT_DIR="$(readlink -f build)" @@ -45,7 +45,7 @@ jobs: godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html" - name: Upload Build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact with: name: Web Build path: build/web