We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c584ac6 commit 864b762Copy full SHA for 864b762
.github/workflows/nightlydepolyci.yml
@@ -55,6 +55,7 @@ jobs:
55
git config --global user.name "github-actions[bot]"
56
git config --global user.email "github-actions[bot]@users.noreply.github.com"
57
git fetch origin fdroid-repo:fdroid-repo
58
+ git stash || echo "No changes to stash"
59
git checkout fdroid-repo
60
mv build/app/outputs/flutter-apk/app-nightly-release.apk repo/nightly.${{ github.run_number }}.apk
61
git add repo/
0 commit comments