mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-17 00:45:10 +00:00
Fix extra curly bracket
This commit is contained in:
parent
44f8ece7ce
commit
f27875f65f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-release.yml
vendored
2
.github/workflows/dev-release.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
filename1: ${{ steps.set-output.outputs.filename-Switch }}
|
||||
filename2: ${{ steps.set-output.outputs.filename-Emulators }}}
|
||||
filename2: ${{ steps.set-output.outputs.filename-Emulators }}
|
||||
steps:
|
||||
-
|
||||
name : Checkout
|
||||
|
|
Loading…
Reference in a new issue