Skip to content

Commit

Permalink
update chesto, change how rpx is uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Nov 25, 2023
1 parent 206f52a commit 4f6e8b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
include:
- platform: wiiu
ext: rpx
- platform: wiiu
ext: wuhb
- platform: switch
Expand All @@ -35,4 +33,9 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: appstore.${{ matrix.ext }}
path: /__w/hb-appstore/hb-appstore/appstore.${{ matrix.ext }}
path: /__w/hb-appstore/hb-appstore/appstore.${{ matrix.ext }}
- if: matrix.platform == 'wiiu'
uses: actions/upload-artifact@v3
with:
name: appstore.rpx
path: /__w/hb-appstore/hb-appstore/appstore.rpx

0 comments on commit 4f6e8b6

Please sign in to comment.