Skip to content

Commit

Permalink
update github release ci file
Browse files Browse the repository at this point in the history
update upload-artifact action version
  • Loading branch information
nain-F49FF806 committed Oct 2, 2024
1 parent 324c4e8 commit d2cf465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
./gradlew :app:assembleRelease
- name: Upload mappings
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mappings
path: "app/build/outputs/mapping/release"
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 = 1727860000
versionCode = 1727861000
versionName = "2024.10.02"
applicationId = "alt.nainapps.aer"
vectorDrawables {
Expand Down

0 comments on commit d2cf465

Please sign in to comment.