Skip to content

Commit

Permalink
Update CI to build and push on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Oct 3, 2024
1 parent ffd13ec commit 5338f39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- '*'
release:
types: ["published"]

jobs:
build:
Expand Down Expand Up @@ -60,6 +62,7 @@ jobs:
name: mappings
path: "app/build/outputs/mapping/release"
- name: Upload apks to release assets
if: ${{ (github.event_name == 'release') }}
run: |
curl --fail -L \
-X POST \
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
minSdk = rootProject.extra["minSdkVersion"] as Int
targetSdk = rootProject.extra["targetSdkVersion"] as Int
versionCode = 1727981000
versionCode = 1727982000
versionName = "2024.10.03"
applicationId = "alt.nainapps.aer"
vectorDrawables {
Expand Down

0 comments on commit 5338f39

Please sign in to comment.