diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2656a65..697625d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 00afb57..2ba1531 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -40,4 +40,4 @@ jobs: - uses: actions/upload-artifact@master with: name: binary - path: "*.rpx" \ No newline at end of file + path: "*.wuhb" \ No newline at end of file