mirror of
https://github.com/gotson/komga.git
synced 2026-02-03 18:27:22 -06:00
deps(ci): bump hydraulic-software/conveyor from 21.0 to 21.1
Bumps [hydraulic-software/conveyor](https://github.com/hydraulic-software/conveyor) from 21.0 to 21.1. - [Commits](https://github.com/hydraulic-software/conveyor/compare/v21.0...v21.1) --- updated-dependencies: - dependency-name: hydraulic-software/conveyor dependency-version: '21.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e6560e0c81
commit
2ff8ea15b0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -167,7 +167,7 @@ jobs:
|
||||
echo $APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8
|
||||
|
||||
- name: Conveyor make copied-site
|
||||
uses: hydraulic-software/conveyor/actions/build@v21.0
|
||||
uses: hydraulic-software/conveyor/actions/build@v21.1
|
||||
if: inputs.conveyor-copied-site
|
||||
with:
|
||||
command: --cache-limit=2.0 -f conveyor.ci.conf make copied-site -o ./output/site
|
||||
@ -220,7 +220,7 @@ jobs:
|
||||
build/jreleaser/output.properties
|
||||
|
||||
- name: Conveyor - publish to Microsoft Store
|
||||
uses: hydraulic-software/conveyor/actions/build@v21.0
|
||||
uses: hydraulic-software/conveyor/actions/build@v21.1
|
||||
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
@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Conveyor - compute JDK module list
|
||||
if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')
|
||||
uses: hydraulic-software/conveyor/actions/build@v21.0
|
||||
uses: hydraulic-software/conveyor/actions/build@v21.1
|
||||
with:
|
||||
command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
|
||||
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user