We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c052b4e commit cea7186Copy full SHA for cea7186
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
shell: pwsh
54
run: |
55
cd dist
56
- Compress-Archive -Path ${{ matrix.exe-name }} -DestinationPath ${{ matrix.exe-name }}.zip
+ Compress-Archive -Path vyxal2 -DestinationPath ${{ matrix.exe-name }}.zip
57
- name: Add vyxal2 to release
58
uses: softprops/action-gh-release@v2
59
if: startsWith(github.ref, 'refs/tags/')
0 commit comments