Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 authored May 14, 2024
1 parent 920f214 commit 7e96d39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build app
run: |
cd doorsofdoom
mvn --batch-mode clean install
mvn --batch-mode clean install package
- name: Build android
run: |
cd android-mvn
Expand All @@ -38,3 +38,8 @@ jobs:
with:
name: 'DoorsOfDoom.apk'
path: android-mvn/target/DoorsOfDoom.apk
- name: Deploy cartridge
uses: actions/upload-artifact@v2
with:
name: 'doorsofdoom.omicron'
path: doorsofdoom\doorsofdoom.omicron

0 comments on commit 7e96d39

Please sign in to comment.