Fix: remove build step that might break reproducible builds
This commit is contained in:
parent
472b6da88e
commit
dd56377624
1 changed files with 0 additions and 6 deletions
|
|
@ -26,12 +26,6 @@ jobs:
|
||||||
- name: Grant execute permission to gradlew
|
- name: Grant execute permission to gradlew
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
- name: Monkeypatch version number
|
|
||||||
run: |
|
|
||||||
echo "--- @capacitor ---"
|
|
||||||
ls @capacitor
|
|
||||||
sed "s/\.\.\/node_modules\///" -i capacitor.settings.gradle
|
|
||||||
|
|
||||||
- name: Build signed APK
|
- name: Build signed APK
|
||||||
run: |
|
run: |
|
||||||
./gradlew --version
|
./gradlew --version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue