mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
deps(ci): bump hydraulic-software/conveyor from 14.1 to 14.2
Bumps [hydraulic-software/conveyor](https://github.com/hydraulic-software/conveyor) from 14.1 to 14.2. - [Commits](https://github.com/hydraulic-software/conveyor/compare/v14.1...v14.2) --- updated-dependencies: - dependency-name: hydraulic-software/conveyor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f56946f0af
commit
d7ee49c72a
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 make copied-site
|
||||
uses: hydraulic-software/conveyor/actions/build@v14.1
|
||||
uses: hydraulic-software/conveyor/actions/build@v14.2
|
||||
if: inputs.conveyor-copied-site
|
||||
with:
|
||||
command: --cache-limit=2.0 -f conveyor.ci.conf make copied-site -o ./output/site
|
||||
@ -238,7 +238,7 @@ jobs:
|
||||
build/jreleaser/output.properties
|
||||
|
||||
- name: Conveyor - publish to Microsoft Store
|
||||
uses: hydraulic-software/conveyor/actions/build@v14.1
|
||||
uses: hydraulic-software/conveyor/actions/build@v14.2
|
||||
if: inputs.msstore_release
|
||||
with:
|
||||
command: --cache-limit=2.0 -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Conveyor - compute JDK module list
|
||||
if: github.event_name == 'push'
|
||||
uses: hydraulic-software/conveyor/actions/build@v14.1
|
||||
uses: hydraulic-software/conveyor/actions/build@v14.2
|
||||
with:
|
||||
command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
|
||||
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user