mirror of
https://github.com/wiiu-env/wudd.git
synced 2024-11-22 01:49:15 +01:00
Only distribute WUDD as .wuhb
This commit is contained in:
parent
bb559cb904
commit
84a32a5142
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -40,4 +40,4 @@ jobs:
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: binary
|
||||
path: "*.rpx"
|
||||
path: "*.wuhb"
|
Loading…
Reference in New Issue
Block a user