Skip to content

Commit

Permalink
Upload .bin/.cue for Saturn build
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 9, 2024
1 parent 5bd2d68 commit 0035ffc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build_saturn.yml
Expand Up @@ -35,4 +35,16 @@ jobs:
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'ClassiCube-saturn.iso'
DEST_NAME: 'ClassiCube-saturn.iso'
DEST_NAME: 'ClassiCube-saturn.iso'

- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'ClassiCube-saturn.bin'
DEST_NAME: 'ClassiCube-saturn.bin'

- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'ClassiCube-saturn.cue'
DEST_NAME: 'ClassiCube-saturn.cue'

0 comments on commit 0035ffc

Please sign in to comment.