mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
deps(ci): bump hydraulic-software/conveyor from 12.0 to 12.1
This commit is contained in:
parent
06d0d4ac9a
commit
82e58870b8
3 changed files with 3 additions and 5 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -171,7 +171,7 @@ jobs:
|
|||
echo $APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8
|
||||
|
||||
- name: Conveyor build apps
|
||||
uses: hydraulic-software/conveyor/actions/build@v12.0
|
||||
uses: hydraulic-software/conveyor/actions/build@v12.1
|
||||
if: inputs.github_release
|
||||
with:
|
||||
command: -f conveyor.ci.conf make site -o ./output/release
|
||||
|
|
@ -255,7 +255,7 @@ jobs:
|
|||
build/jreleaser/output.properties
|
||||
|
||||
- name: Conveyor - publish to Microsoft Store
|
||||
uses: hydraulic-software/conveyor/actions/build@v12.0
|
||||
uses: hydraulic-software/conveyor/actions/build@v12.1
|
||||
if: inputs.msstore_release
|
||||
with:
|
||||
command: -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
- name: Conveyor - compute JDK module list
|
||||
if: github.event_name == 'push'
|
||||
uses: hydraulic-software/conveyor/actions/build@v12.0
|
||||
uses: hydraulic-software/conveyor/actions/build@v12.1
|
||||
with:
|
||||
command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
|
||||
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
java.base
|
||||
java.base/jdk.internal.vm.annotation
|
||||
java.base/sun.security.x509
|
||||
java.compiler
|
||||
java.datatransfer
|
||||
java.desktop
|
||||
|
|
|
|||
Loading…
Reference in a new issue