mirror of
https://github.com/wgtunnel/android.git
synced 2026-06-02 00:29:08 +02:00
ci: fix debug build path
This commit is contained in:
@@ -118,6 +118,11 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: android_artifacts_${{ inputs.flavor }}
|
name: android_artifacts_${{ inputs.flavor }}
|
||||||
path: app/build/outputs/apk/${{ inputs.flavor }}/${{ inputs.build_type }}/wgtunnel-${{ inputs.flavor }}${{ inputs.flavor == 'fdroid' && '-release' || '' }}-*.apk
|
path: >-
|
||||||
|
app/build/outputs/apk/${{ inputs.flavor }}/${{ inputs.build_type }}/${{
|
||||||
|
inputs.flavor == 'fdroid' && inputs.build_type == 'release'
|
||||||
|
&& 'wgtunnel-fdroid-release-*.apk'
|
||||||
|
|| format('wgtunnel-{0}-v*.apk', inputs.flavor)
|
||||||
|
}}
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
Reference in New Issue
Block a user