mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Fix sed command
This commit is contained in:
2
.github/workflows/android.yaml
vendored
2
.github/workflows/android.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Replace tokens in build.gradle
|
- name: Replace tokens in build.gradle
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/#{\(.*\)}/${{\1}}/g' app/build.gradle
|
sed -i 's/#{\([^}]*\)}/${\1}/g' app/build.gradle
|
||||||
|
|
||||||
- name: Cache Gradle
|
- name: Cache Gradle
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Reference in New Issue
Block a user