Skip to content

Commit 1a1677e

Browse files
committed
Make CIA in Actions
1 parent 8ed6b40 commit 1a1677e

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ jobs:
2424
- name: Build Wordle DS
2525
run: |
2626
make
27+
28+
# Make CIA
29+
curl -LO https://github.com/DS-Homebrew/TWiLightMenu/raw/master/booter/make_cia
30+
chmod +x make_cia
31+
./make_cia --srl=WordleDS.dsi
32+
33+
# Move builds to dir for upload
2734
mkdir artifacts
2835
mv *.nds artifacts
2936
mv *.dsi artifacts
37+
mv *.cia artifacts
3038
- name: Publish build to GH Actions
3139
uses: actions/upload-artifact@v2
3240
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.o
44
*.nds
55
*.dsi
6+
*.cia
67
*.elf
78

89
*.vscode

0 commit comments

Comments
 (0)