Skip to content

Commit cea7186

Browse files
authored
Update main.yml
1 parent c052b4e commit cea7186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: pwsh
5454
run: |
5555
cd dist
56-
Compress-Archive -Path ${{ matrix.exe-name }} -DestinationPath ${{ matrix.exe-name }}.zip
56+
Compress-Archive -Path vyxal2 -DestinationPath ${{ matrix.exe-name }}.zip
5757
- name: Add vyxal2 to release
5858
uses: softprops/action-gh-release@v2
5959
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)