Skip to content

Commit b5d2f4f

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

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
@@ -47,7 +47,7 @@ jobs:
4747
if: runner.os == 'Linux'
4848
run: |
4949
cd dist
50-
zip -r ${{ matrix.exe-name }}.zip vyxal2
50+
zip -r --symlinks ${{ matrix.exe-name }}.zip vyxal2
5151
- name: Create zip archive (Windows)
5252
if: runner.os == 'Windows'
5353
shell: pwsh

0 commit comments

Comments
 (0)