Compare commits
3 Commits
v1.12-r9-b
...
v1.12-r9-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43108ec4a6 | ||
|
|
51089c6b98 | ||
|
|
cf18fcf91c |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -361,5 +361,3 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
src/keepass2android/bin/*/*-Signed.apk
|
src/keepass2android/bin/*/*-Signed.apk
|
||||||
|
|
||||||
- name: Perform "make distclean"
|
|
||||||
run: make distclean
|
|
||||||
|
|||||||
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -102,17 +102,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make ${{ matrix.target }} Configuration=Release Flavor=${{ matrix.flavor }}
|
make ${{ matrix.target }} Configuration=Release Flavor=${{ matrix.flavor }}
|
||||||
|
|
||||||
- name: List files
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
ls src/keepass2android-app/bin/**/*.*
|
|
||||||
|
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: signed APK (built on ${{ github.job }})
|
name: keepass2android_${{ matrix.target }}_${{ matrix.flavor }}
|
||||||
path: |
|
path: |
|
||||||
src/keepass2android-app/bin/Release/**/*.apk
|
src/keepass2android-app/bin/Release/net8.0-android/publish/*.apk
|
||||||
|
src/keepass2android-app/bin/Release/net8.0-android/*/publish/*.apk
|
||||||
|
|
||||||
#- name: Upload APK to GitHub Release
|
#- name: Upload APK to GitHub Release
|
||||||
# uses: softprops/action-gh-release@v2
|
# uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user