Skip to content

Commit 0dc48d3

Browse files
authored
Merge pull request #596 from akiyosi/fix-release-ci
fix: release ci
2 parents b9a23aa + 78eadbd commit 0dc48d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
uses: actions/upload-artifact@v4
444444
with:
445445
name: goneovim-windows
446-
path: C:/a/goneovim/goneovim/src/github.com/${{ github.repository }}/cmd/goneovim/deploy/${{ env.ARCHIVE_NAME }}.zip
446+
path: D:/a/goneovim/goneovim/src/github.com/${{ github.repository }}/cmd/goneovim/deploy/${{ env.ARCHIVE_NAME }}.zip
447447

448448

449449
# freebsd:

0 commit comments

Comments
 (0)