Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Sep 16, 2023
2 parents 4f16e85 + d29f338 commit c44a4f0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/buld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ jobs:
run: chmod +x ./gradlew

- name: Build project
run: ./gradlew assembleRelease

- name: i am lazy
run: ls -R app
run: ./gradlew app:assembleDebug

- name: Upload development build
uses: actions/upload-artifact@v3
with:
name: geode-launcher-${{github.sha}}.apk
path: ${{github.workspace}}/app/build/outputs/apk/release/app-release
name: geode-launcher-debug
path: ${{github.workspace}}/app/build/outputs/apk/debug/app-debug.apk

0 comments on commit c44a4f0

Please sign in to comment.