We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b22f8 commit 48ab96dCopy full SHA for 48ab96d
.github/workflows/android-app.yml
@@ -129,20 +129,8 @@ jobs:
129
130
- name: Generate
131
if: steps.cache-relay-list.outputs.cache-hit != 'true'
132
- run: ./android/gradlew -p android
133
-
134
- #- name: Generate
135
- # if: steps.cache-relay-list.outputs.cache-hit != 'true'
136
- # uses: burrunan/gradle-cache-action@v1
137
- # with:
138
- # job-id: jdk17
139
- # arguments: generateRelayList
140
- # gradle-version: wrapper
141
- # build-root-directory: android
142
- # execution-only-caches: false
143
- # Disable if logs are hard to follow.
144
- # concurrent: true
145
- # read-only: ${{ github.ref != 'refs/heads/main' }}
+ shell: bash
+ run: ./android/gradlew -p android generateRelayList
146
147
- name: Upload
148
uses: actions/upload-artifact@v4
0 commit comments