mirror of
https://github.com/Amethyst-szs/SuperMarioOdysseyOnline
synced 2025-10-06 00:13:16 +02:00
a
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
emu : [ Switch, Ryujinx, yuzu ]
|
||||
emu : [ Switch, Emulator ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -14,12 +14,11 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
emu : [ Switch, Ryujinx, yuzu ]
|
||||
emu : [ Switch, Emulator ]
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
filename1: ${{ steps.set-output.outputs.filename-Switch }}
|
||||
filename2: ${{ steps.set-output.outputs.filename-Ryujinx }}
|
||||
filename3: ${{ steps.set-output.outputs.filename-yuzu }}
|
||||
filename2: ${{ steps.set-output.outputs.filename-Emulator }}
|
||||
steps:
|
||||
-
|
||||
name : Checkout
|
||||
@@ -60,16 +59,9 @@ jobs:
|
||||
upload_url : ${{ steps.release.outputs.upload_url }}
|
||||
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name : Attach build artifacts to release (Ryujinx)
|
||||
name : Attach build artifacts to release (Emulator)
|
||||
uses : ./.github/actions/attach
|
||||
with:
|
||||
filename : ${{ needs.build.outputs.filename2 }}
|
||||
upload_url : ${{ steps.release.outputs.upload_url }}
|
||||
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name : Attach build artifacts to release (yuzu)
|
||||
uses : ./.github/actions/attach
|
||||
with:
|
||||
filename : ${{ needs.build.outputs.filename3 }}
|
||||
upload_url : ${{ steps.release.outputs.upload_url }}
|
||||
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user