mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
also build windows package for publish
This commit is contained in:
parent
0b690577da
commit
b3b56b7fc8
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -68,6 +68,11 @@ jobs:
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
|
||||
- name: make windows package
|
||||
run: |
|
||||
cd master/scripts
|
||||
./windows-bundler.sh
|
||||
|
||||
- name: Upload Release
|
||||
uses: xresloader/upload-to-github-release@master
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user