Skip to content

Commit e98039d

Browse files
committed
fixup! Add a workflow definition to upload Git for Windows' snapshots
1 parent 0ca91f9 commit e98039d

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
@@ -218,7 +218,7 @@ jobs:
218218
GH_TOKEN: ${{ steps.snapshots-token.outputs.result }}
219219
run: |
220220
gh release create \
221-
-R ${{ github.repository }} \
221+
-R "$OWNER/$SNAPSHOTS_REPO" \
222222
--target "${{ steps.bundle-artifacts.outputs.git-commit-oid }}" \
223223
--title "${{ steps.bundle-artifacts.outputs.date }}" \
224224
${{ steps.bundle-artifacts.outputs.ver }} \

0 commit comments

Comments
 (0)