From bcad6ec8ef9486cc1e3df2b8a4e1138cb76021b4 Mon Sep 17 00:00:00 2001 From: milkwx3 Date: Sun, 14 Jun 2026 03:01:14 +0300 Subject: [PATCH] will this work? --- .gitea/workflows/autobuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index d03d79e..8962d84 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -32,7 +32,7 @@ jobs: rm Lua -r rm raylib -r rm yaml-cpp -r - + wget https://github.com/lsalzman/enet/archive/refs/heads/master.zip unzip master.zip mv enet-master enet @@ -66,7 +66,7 @@ jobs: zip -r release-w64.zip OUTPUT-w64 || true - name: Upload artifacts - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v3 with: name: build-artifacts path: |