mirror of
https://github.com/wiiu-env/wudd.git
synced 2024-11-22 09:59:16 +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:
|
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
|
||||||
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -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"
|
Loading…
Reference in New Issue
Block a user