mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 07:30:13 -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
|
||||
run: |
|
||||
sed -i 's/#{\(.*\)}/${{\1}}/g' app/build.gradle
|
||||
sed -i 's/#{\([^}]*\)}/${\1}/g' app/build.gradle
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: actions/cache@v3
|
||||
|
Reference in New Issue
Block a user