1 parent 77920a5 commit 06104daCopy full SHA for 06104da
1 file changed
.github/workflows/release.yml
@@ -57,7 +57,10 @@ jobs:
57
run: |
58
mkdir -p build/bin/frontend
59
cp -rf frontend/dist build/bin/frontend/
60
- cd build/bin && zip -r ../vibe-time-windows-amd64.zip . && cd ../..
+
61
+ - name: Archive Windows
62
+ if: matrix.platform == 'windows'
63
+ run: Compress-Archive -Path build/bin/vibe-time.exe,build/bin/frontend -DestinationPath vibe-time-windows-amd64.zip
64
65
- name: Package Linux
66
if: matrix.platform == 'linux'
0 commit comments