will this work?
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user