mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-03 16:03:25 +00:00
gh_actions: attempt at fixing artifact upload
This commit is contained in:
parent
7f408af90c
commit
b83d9715fc
14
.github/workflows/nightly-release.yml
vendored
14
.github/workflows/nightly-release.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
make mingw SKIPDEPEND=1 RELEASEBUILD=1
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Windows x32
|
||||
path: |
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
make mingw SKIPDEPEND=1
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Windows x32 (Debug)
|
||||
path: |
|
||||
@ -143,7 +143,7 @@ jobs:
|
||||
make mingw BUILD_X64_EXE=1 SKIPDEPEND=1 RELEASEBUILD=1
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Windows x64
|
||||
path: |
|
||||
@ -186,7 +186,7 @@ jobs:
|
||||
make mingw BUILD_X64_EXE=1 SKIPDEPEND=1
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Windows x64 (Debug)
|
||||
path: |
|
||||
@ -227,7 +227,7 @@ jobs:
|
||||
make -j$(nproc) sdl2 SKIPDEPEND=1 RELEASEBUILD=1
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Linux SDL 2
|
||||
path: |
|
||||
@ -268,7 +268,7 @@ jobs:
|
||||
make -j$(nproc) sdl SKIPDEPEND=1 RELEASEBUILD=1
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Linux SDL 1.2
|
||||
path: |
|
||||
@ -303,7 +303,7 @@ jobs:
|
||||
# xcodebuild ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO -target Emulator -configuration Debug
|
||||
#
|
||||
# - name: Upload Artifact
|
||||
# uses: actions/upload-artifact@v2
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: macOS
|
||||
# path: "projectfiles/xcode/build/Debug/FinalBurn Neo.app"
|
||||
|
Loading…
x
Reference in New Issue
Block a user