will this work?
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
rm Lua -r
|
rm Lua -r
|
||||||
rm raylib -r
|
rm raylib -r
|
||||||
rm yaml-cpp -r
|
rm yaml-cpp -r
|
||||||
|
|
||||||
wget https://github.com/lsalzman/enet/archive/refs/heads/master.zip
|
wget https://github.com/lsalzman/enet/archive/refs/heads/master.zip
|
||||||
unzip master.zip
|
unzip master.zip
|
||||||
mv enet-master enet
|
mv enet-master enet
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
zip -r release-w64.zip OUTPUT-w64 || true
|
zip -r release-w64.zip OUTPUT-w64 || true
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user