Skip to content

Commit 7ad9981

Browse files
committed
fix(ci): windows build
1 parent a4e4e8a commit 7ad9981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: pwsh
2424
run: |
2525
Compress-Archive `
26-
-Path "target/${{ matrix.target }}/release/getquotes.exe", "man/getquotes.ps1xml", "LICENSE" "completions/_getquotes.ps1"`
26+
-Path "target/${{ matrix.target }}/release/getquotes.exe", "man/getquotes.ps1xml", "LICENSE", "completions/_getquotes.ps1"`
2727
-DestinationPath "getquotes-${{ matrix.target }}.zip"
2828
- name: 🚢 Upload Windows Artifact
2929
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)