mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-23 13:02:33 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download Build Artifacts
|
- name: Download Build Artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@@ -141,7 +143,6 @@ jobs:
|
|||||||
| jq -r '.[]|"- \(.message | first) (@\(.username))"')
|
| jq -r '.[]|"- \(.message | first) (@\(.username))"')
|
||||||
{delimiter}" >> $GITHUB_ENV
|
{delimiter}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar"
|
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar"
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ private fun Task.onlyIfSigning(project: Project) {
|
|||||||
onlyIf {
|
onlyIf {
|
||||||
DefaultNativePlatform.getCurrentOperatingSystem().isMacOsX
|
DefaultNativePlatform.getCurrentOperatingSystem().isMacOsX
|
||||||
&& isSigning(properties)
|
&& isSigning(properties)
|
||||||
&& !File(rootDir, "src/main/resources/Tachidesk.jar").exists()
|
&& project.file(finalJar).exists()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user