Only distribute WUDD as .wuhb

This commit is contained in:
Maschell 2022-09-20 20:29:35 +02:00
parent bb559cb904
commit 84a32a5142
2 changed files with 1 additions and 9 deletions

View File

@ -33,10 +33,6 @@ jobs:
with:
name: wuhb-binary
path: "*.wuhb"
- uses: actions/upload-artifact@master
with:
name: rpx-binary
path: "*.rpx"
deploy-binary:
needs: build-binary
runs-on: ubuntu-18.04
@ -50,10 +46,6 @@ jobs:
with:
name: wuhb-binary
path: wiiu/apps/wudd
- uses: actions/download-artifact@master
with:
name: rpx-binary
path: wiiu/apps/wudd
- name: zip artifact
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu
- name: Create Release

View File

@ -40,4 +40,4 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: binary
path: "*.rpx"
path: "*.wuhb"