Skip to content

Commit e776287

Browse files
Update run.yml
1 parent 6f6d8fd commit e776287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
git config --local user.name "github-actions[bot]"
291291
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
292292
git checkout -b sing-box
293-
git add *
293+
git add .
294294
git commit -m "${{ env.RELEASE_NAME }}"
295295
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
296296
git push -f -u origin sing-box

0 commit comments

Comments
 (0)