Skip to content

Commit

Permalink
separate artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Thamdrup <[email protected]>
  • Loading branch information
dallemon committed Feb 7, 2024
1 parent 1def6bf commit 55aee1e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/3ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,19 @@ jobs:
- name: Build DevilutionX
run: cmake --build build

- name: Upload Package
- name: Upload 3dsx Package
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: devilutionx.3dsx and devilutionx.cia
path: |
./build/devilutionx.3dsx
./build/devilutionx.cia
name: devilutionx.3dsx
path: ./build/devilutionx.3dsx

- name: Upload cia Package
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: devilutionx.cia
path: ./build/devilutionx.cia

- name: Update Release 3dsx
if: ${{ github.event_name == 'release' && !env.ACT }}
Expand Down

0 comments on commit 55aee1e

Please sign in to comment.