This commit is contained in:
parent
92a73072eb
commit
4873a5efbe
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- id: build
|
- id: build
|
||||||
run: |
|
run: |
|
||||||
env
|
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||||
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
|
||||||
--remote_upload_local_results \
|
--remote_upload_local_results \
|
||||||
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
|
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
|
||||||
--define=maven_repo='https://repo.lab0x13.site/' \
|
--define=maven_repo='https://repo.lab0x13.site/' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue