mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Build fixes
This commit is contained in:
3
.github/workflows/Preview.yml
vendored
3
.github/workflows/Preview.yml
vendored
@@ -109,6 +109,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download Build Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
@@ -141,7 +143,6 @@ jobs:
|
||||
| jq -r '.[]|"- \(.message | first) (@\(.username))"')
|
||||
{delimiter}" >> $GITHUB_ENV
|
||||
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar"
|
||||
|
||||
@@ -50,7 +50,7 @@ private fun Task.onlyIfSigning(project: Project) {
|
||||
onlyIf {
|
||||
DefaultNativePlatform.getCurrentOperatingSystem().isMacOsX
|
||||
&& isSigning(properties)
|
||||
&& !File(rootDir, "src/main/resources/Tachidesk.jar").exists()
|
||||
&& project.file(finalJar).exists()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user