mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
add test zip workflow
This commit is contained in:
parent
a7e9c560c2
commit
30599931bc
1 changed files with 14 additions and 0 deletions
14
.github/workflows/zip.yml
vendored
Normal file
14
.github/workflows/zip.yml
vendored
Normal 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
|
Loading…
Reference in a new issue