Skip to content

Commit eedbe5c

Browse files
committed
workflow :redo [fdroid-deploy] fdroid error for pubspec lock fixed
1 parent 4f22281 commit eedbe5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightlydepolyci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
7272
# Fetch the target branch to get existing APKs (if branch exists)
7373
git fetch origin fdroid-repo:fdroid-repo || echo "Branch not found, proceeding..."
74-
74+
# stash changes if any
75+
git stash || echo "No changes to stash"
7576
# Switch to that branch or create if it doesn't exist (to setup folder structure)
7677
git checkout fdroid-repo || git checkout --orphan fdroid-repo
7778

0 commit comments

Comments
 (0)