mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 02:14:36 -05:00
Fix build push
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
path: scripts.tar.gz
|
||||
if-no-files-found: error
|
||||
|
||||
jpackage:
|
||||
jlink:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -123,7 +123,7 @@ jobs:
|
||||
- windows-x64
|
||||
|
||||
name: Make ${{ matrix.os }} release
|
||||
needs: build
|
||||
needs: [build, jlink]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download Jar
|
||||
|
||||
Reference in New Issue
Block a user