We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00c6bd commit ae120e1Copy full SHA for ae120e1
.github/workflows/nightly-build.yml
@@ -176,7 +176,7 @@
176
echo "VERSION: $UPDATED_VERSION" >> $GITHUB_STEP_SUMMARY
177
178
- name: Upload APK Artifact
179
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
180
with:
181
name: app-debug-${{ env.GIT_COMMIT }}
182
path: /tmp/app-debug-normal.apk
@@ -189,7 +189,7 @@
189
mv platforms/android/app/build/outputs/apk/debug/app-debug.apk /tmp/app-debug-fdroid.apk
190
191
192
193
if: ${{ !inputs.is_PR }}
194
195
name: app-debug-fdroid-${{ env.GIT_COMMIT }}
0 commit comments