Skip to content

Commit 864b762

Browse files
committed
workflow :[fdroid-deploy] fdroid error for pubspec lock fixed
1 parent c584ac6 commit 864b762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightlydepolyci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
git config --global user.name "github-actions[bot]"
5656
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5757
git fetch origin fdroid-repo:fdroid-repo
58+
git stash || echo "No changes to stash"
5859
git checkout fdroid-repo
5960
mv build/app/outputs/flutter-apk/app-nightly-release.apk repo/nightly.${{ github.run_number }}.apk
6061
git add repo/

0 commit comments

Comments
 (0)