fix file path for apk to upload
This commit is contained in:
5
.github/workflows/release-net.yml
vendored
5
.github/workflows/release-net.yml
vendored
@@ -100,6 +100,7 @@ jobs:
|
|||||||
make Configuration=Release Flavor=Net
|
make Configuration=Release Flavor=Net
|
||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ls src/keepass2android-app/bin/**/*.*
|
ls src/keepass2android-app/bin/**/*.*
|
||||||
|
|
||||||
@@ -108,11 +109,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: signed APK ('net' built on ${{ github.job }})
|
name: signed APK ('net' built on ${{ github.job }})
|
||||||
path: |
|
path: |
|
||||||
src/keepass2android-app/bin/Release/*-Signed.apk
|
src/keepass2android-app/bin/Release/net8.0-android/*-Signed.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
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
src/keepass2android-app/bin/Release/*-Signed.apk
|
src/keepass2android-app/bin/Release/net8.0-android/*-Signed.apk
|
||||||
Reference in New Issue
Block a user