Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
. $HOME/.asdf/asdf.sh
asdf plugin-add erlang
asdf plugin-add elixir
asdf plugin-add nodejs

cd app
asdf install
Expand All @@ -33,7 +34,7 @@ jobs:
./gradlew assembleDebug --stacktrace

- name: Upload APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app
path: app/build/outputs/apk/debug/app-debug.apk
Loading