mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
[SKIP CI] fix the glob
This commit is contained in:
parent
2f116b40b2
commit
93fd81b38b
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@ -68,18 +68,12 @@ jobs:
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
|
||||
|
||||
- name: Create repo artifacts
|
||||
run: |
|
||||
cd master
|
||||
./.github/scripts/create-repo.sh
|
||||
|
||||
- name: Upload Release
|
||||
uses: xresloader/upload-to-github-release@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
file: "master/repo/*"
|
||||
file: "master/server/build/*.jar;master/server/build/*-win32.zip"
|
||||
tags: true
|
||||
draft: true
|
||||
verbose: true
|
||||
|
Loading…
Reference in New Issue
Block a user