mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
add test zip workflow
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user