release process: make find calls to run in bash

This commit is contained in:
Philipp Crocoll
2025-07-05 12:12:49 +02:00
parent 288539b902
commit 42c66670b8

View File

@@ -91,6 +91,7 @@ jobs:
- name: List apks - name: List apks
run: find . -type f -name "*.apk" run: find . -type f -name "*.apk"
shell: bash
- name: Build APK (net) - name: Build APK (net)
env: env:
@@ -107,6 +108,7 @@ jobs:
- name: List apks - name: List apks
run: find . -type f -name "*.apk" 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
@@ -118,6 +120,7 @@ jobs:
- name: List apks - name: List apks
run: find . -type f -name "*.apk" 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