We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea7186 commit b5d2f4fCopy full SHA for b5d2f4f
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
if: runner.os == 'Linux'
48
run: |
49
cd dist
50
- zip -r ${{ matrix.exe-name }}.zip vyxal2
+ zip -r --symlinks ${{ matrix.exe-name }}.zip vyxal2
51
- name: Create zip archive (Windows)
52
if: runner.os == 'Windows'
53
shell: pwsh
0 commit comments