Skip to content

Commit

Permalink
ci: fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Sep 9, 2022
1 parent 8967497 commit d334fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: make
- uses: actions/upload-artifact@v3
with:
name: vgedit.${{ matrix.ext }}
name: wiiu-space.rpx
path: /__w/wiiu-space/wiiu-space/wiiu-space.rpx
- uses: actions/upload-artifact@v3
with:
name: vgedit.${{ matrix.ext }}
name: wiiu-space.wuhb
path: /__w/wiiu-space/wiiu-space/wiiu-space.wuhb

0 comments on commit d334fe1

Please sign in to comment.