Compare commits
2 Commits
v1.12-r9-b
...
v1.12-r9-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42c66670b8 | ||
|
|
288539b902 |
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -89,6 +89,10 @@ jobs:
|
|||||||
- name: Install NuGet dependencies
|
- name: Install NuGet dependencies
|
||||||
run: make nuget Flavor=${{ matrix.flavor }}
|
run: make nuget Flavor=${{ matrix.flavor }}
|
||||||
|
|
||||||
|
- name: List apks
|
||||||
|
run: find . -type f -name "*.apk"
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Build APK (net)
|
- name: Build APK (net)
|
||||||
env:
|
env:
|
||||||
KeyStore: "${{ github.workspace }}/kp2a.keystore"
|
KeyStore: "${{ github.workspace }}/kp2a.keystore"
|
||||||
@@ -101,7 +105,11 @@ jobs:
|
|||||||
|
|
||||||
run: |
|
run: |
|
||||||
make ${{ matrix.target }} Configuration=Release Flavor=${{ matrix.flavor }}
|
make ${{ matrix.target }} Configuration=Release Flavor=${{ matrix.flavor }}
|
||||||
|
|
||||||
|
- name: List apks
|
||||||
|
run: find . -type f -name "*.apk"
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -110,6 +118,10 @@ jobs:
|
|||||||
src/keepass2android-app/bin/Release/net8.0-android/publish/*.apk
|
src/keepass2android-app/bin/Release/net8.0-android/publish/*.apk
|
||||||
src/keepass2android-app/bin/Release/net8.0-android/*/publish/*.apk
|
src/keepass2android-app/bin/Release/net8.0-android/*/publish/*.apk
|
||||||
|
|
||||||
|
- name: List apks
|
||||||
|
run: find . -type f -name "*.apk"
|
||||||
|
shell: bash
|
||||||
|
|
||||||
#- name: Upload APK to GitHub Release
|
#- name: Upload APK to GitHub Release
|
||||||
# uses: softprops/action-gh-release@v2
|
# uses: softprops/action-gh-release@v2
|
||||||
# if: github.ref_type == 'tag'
|
# if: github.ref_type == 'tag'
|
||||||
|
|||||||
Reference in New Issue
Block a user