add test zip workflow

This commit is contained in:
Clément DOUIN 2023-05-01 11:21:23 +02:00
parent a7e9c560c2
commit 30599931bc
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

14
.github/workflows/zip.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: zip
on:
push:
jobs:
deploy_windows_github:
runs-on: windows-latest
steps:
- name: Test zip
run: |
mkdir man
mkdir completions
Compress-Archive -Path man,completions -DestinationPath himalaya.zip