Skip to content

Commit f38bb35

Browse files
authored
Update my-git-helper.yml
1 parent 4cf829d commit f38bb35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/my-git-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
git config --global user.name "web-flow"
2929
git config --global user.email "noreply@github.com"
30-
git add programs/*-appimages programs/*-portable
30+
git add programs
3131
if git diff-index --quiet HEAD; then
3232
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
3333
else

0 commit comments

Comments
 (0)