diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index 07cb92d..1d79375 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -34,18 +34,18 @@ jobs: mv enet-master enet rm master.zip - wget Lua.zip https://github.com/walterschell/Lua/archive/refs/heads/master.zip - unzip Lua.zip + wget https://github.com/walterschell/Lua/archive/refs/heads/master.zip + unzip master.zip mv Lua-master Lua rm master.zip - wget raylib.zip https://github.com/raysan5/raylib/archive/refs/heads/master.zip - unzip raylib.zip + wget https://github.com/raysan5/raylib/archive/refs/heads/master.zip + unzip master.zip mv raylib-master raylib rm master.zip - wget yaml-cpp.zip https://github.com/jbeder/yaml-cpp/archive/refs/heads/master.zip - unzip yaml-cpp.zip + wget https://github.com/jbeder/yaml-cpp/archive/refs/heads/master.zip + unzip master.zip mv yaml-cpp-master yaml-cpp rm master.zip