mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
.
This commit is contained in:
parent
dc31c09282
commit
bec2cba93d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-ubuntu.yaml
vendored
2
.github/workflows/build-ubuntu.yaml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: make -j$(nproc)
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sm64coopdx-ubuntu
|
||||
path: ./build/us_pc/sm64coopdx
|
||||
|
|
|
|||
2
.github/workflows/build-windows.yaml
vendored
2
.github/workflows/build-windows.yaml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
make -j$(nproc)
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sm64coopdx-windows
|
||||
path: ./build/us_pc/sm64coopdx.exe
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue