Change the release-artifact directory structure

This commit is contained in:
Maschell 2021-12-28 18:41:48 +01:00
parent f2abd5945a
commit 1c629420f2
1 changed files with 1 additions and 2 deletions

View File

@ -30,9 +30,8 @@ jobs:
- uses: actions/download-artifact@master
with:
name: binary
path: wiiu
- name: zip artifact
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.rpx
- name: Create Release
id: create_release
uses: actions/create-release@v1