release process: make find calls to run in bash
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user