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

View File

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