Skip to content

Commit

Permalink
Rename new workflow products
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed Apr 11, 2024
1 parent 9744cff commit 4d4a40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
docker run --rm -v ${PWD}:/project builder make
- uses: actions/upload-artifact@v4
with:
name: vWii_Theme_Injector.rpx
name: Wii_U_Account_Swap.rpx
path: "*.rpx"
if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: vWii_Theme_Injector.wuhb
name: Wii_U_Account_Swap.wuhb
path: "*.wuhb"
if-no-files-found: error

0 comments on commit 4d4a40c

Please sign in to comment.