Skip to content

Commit

Permalink
Add CI (working)
Browse files Browse the repository at this point in the history
mfw git fetch

Squashed commit of the following:

commit 30508ed
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 23:26:47 2024 +0200

    That's quite something

commit 62ee6d3
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 23:19:24 2024 +0200

    I broke env

commit 5bedcc2
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 23:12:34 2024 +0200

    Why

commit 6137151
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 23:03:06 2024 +0200

    Copium

commit 4b8f066
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 22:53:40 2024 +0200

    That was NOT a food idea

commit 2116cae
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 22:46:34 2024 +0200

    Hacks

commit 59d929c
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 22:39:19 2024 +0200

    Maybe

commit 1e0c65e
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 22:32:23 2024 +0200

    Path

commit e14d1e4
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 22:21:51 2024 +0200

    its already signed

commit 3adbd05
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 22:15:39 2024 +0200

    Full key path

commit 7d650e7
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 21:50:34 2024 +0200

    java

commit c63caf3
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 21:48:48 2024 +0200

    I dont know what am i doing

commit 893ed96
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 21:46:08 2024 +0200

    Maybe env

commit 6f9cfbf
Author: Lambada10 <[email protected]>
Date:   Thu Jun 6 21:33:19 2024 +0200

    CI Try 1
  • Loading branch information
Lambada10 committed Jun 12, 2024
1 parent def0798 commit ac63f9e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ jobs:
echo "RELEASE_STORE_FILE=$(realpath release.keystore)" >> $GITHUB_ENV
- name: Build release APK
run: ./gradlew bundleRelease

- name: Find release APK
run: |
$APK_PATH=$(find . -name "*.apk")
run: ./gradlew assembleRelea

- name: Upload release APK
uses: actions/upload-artifact@v2
with:
name: app-release
path: $APK_PATH
path: ./app/build/outputs/apk/release/app-release.apk

0 comments on commit ac63f9e

Please sign in to comment.