diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 711438c..ed9eb0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,8 +14,6 @@ jobs: strategy: matrix: include: - - platform: wiiu - ext: rpx - platform: wiiu ext: wuhb - platform: switch @@ -35,4 +33,9 @@ jobs: - uses: actions/upload-artifact@v3 with: name: appstore.${{ matrix.ext }} - path: /__w/hb-appstore/hb-appstore/appstore.${{ matrix.ext }} \ No newline at end of file + 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 \ No newline at end of file diff --git a/libs/chesto b/libs/chesto index 4945d0f..fab8531 160000 --- a/libs/chesto +++ b/libs/chesto @@ -1 +1 @@ -Subproject commit 4945d0f1e7f95a03de733af44780af53f560bdde +Subproject commit fab8531013b9e688958c1750071b9758d89526f8