Skip to content

Commit

Permalink
Fix apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Dec 18, 2023
1 parent 04bd6f2 commit 68c3514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: deep-memo-android.apk
path: android/app/build/outputs/apk/release/app-release.apk
path: android/app/build/outputs/apk/release/app-release-unsigned.apk
release:
needs: [linux-build, mac-build, windows-build, get-app-version, android-build]
name: Create Release
Expand Down

0 comments on commit 68c3514

Please sign in to comment.