Skip to content

Commit

Permalink
Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Sep 23, 2023
1 parent 13901c8 commit 2edcafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_dreamcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Compile Dreamcast build
id: compile
run: |
source /opt/toolchains/dc/kos/environ.sh
make dreamcast
- uses: ./.github/actions/notify_failure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_xbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'ClassiCube.xbe'
SOURCE_FILE: 'bin/default.xbe'
DEST_NAME: 'ClassiCube-xbox.xbe'

- uses: ./.github/actions/upload_build
Expand Down

0 comments on commit 2edcafe

Please sign in to comment.