Skip to content

Commit

Permalink
Rework CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Jun 25, 2023
1 parent eb745a1 commit 8ad7a2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
- name: Build artifacts
run: |
docker build . --file Dockerfile --tag builder
docker run --rm -v ${PWD}:/project builder make -j$(nproc)
docker run --rm -v ${PWD}:/project builder make release -j$(nproc)
- name: Upload Aroma version
uses: actions/upload-artifact@v3
with:
name: SaveMii-Aroma
path: savemii.wuhb
name: SaveMiiModWUTPort-Aroma
path: SaveMiiModWUTPort-Aroma.zip
if-no-files-found: warn
- name: Upload HBL version
uses: actions/upload-artifact@v3
with:
name: SaveMii-HBL
path: savemii.rpx
name: SaveMiiModWUTPort-HBL
path: SaveMiiModWUTPort-HBL.zip
if-no-files-found: warn

0 comments on commit 8ad7a2f

Please sign in to comment.