Skip to content

Commit 585458a

Browse files
committed
fixup! Add a workflow definition to upload Git for Windows' snapshots
1 parent 8dc71ac commit 585458a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
git -C gh-pages \
257257
-c user.name="${{ github.actor }}" \
258258
-c user.email="${{ github.actor }}@noreply.github.com" \
259-
commit -sm "Add snapshot: ${{ steps.bundle-artifacts.outputs.ver }}" &&
259+
commit -sm "Add snapshot: ${{ steps.bundle-artifacts.outputs.ver }}" index.html &&
260260
git -C gh-pages push &&
261261
echo "::notice::Updated https://gitforwindows.org/git-snapshots (pending GitHub Pages deployment)"
262262
- name: mark check run as completed

0 commit comments

Comments
 (0)