Skip to content

Commit

Permalink
TBSQ:: GitHub CI multi-targeting attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ADM228 committed Feb 28, 2025
1 parent d470d43 commit 7987e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
target:
- { name: Main MMC3 ROM, target: main }
- { name: VS-System ROM, target: vs-sys }
- { name: Main MMC3 ROM, target: main, subfolder: main }
- { name: VS-System ROM, target: vs-sys, subfolder: vs }

steps:
- name: Checkout
Expand All @@ -28,4 +28,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: famidash.nes
path: BUILD/famidash.nes
path: BUILD/${{matrix.target.subfolder}}/famidash.nes

0 comments on commit 7987e3e

Please sign in to comment.