Skip to content

Commit

Permalink
gh_actions: attempt at fixing artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Sep 12, 2024
1 parent 7f408af commit b83d971
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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"

0 comments on commit b83d971

Please sign in to comment.