repo name must be lowercase
All checks were successful
Build and Test / splatoon (push) Successful in 3m43s
Build and Test / friends (push) Successful in 3m34s

This commit is contained in:
red binder 2026-04-26 02:14:10 +02:00
commit 289f1a438f

View file

@ -33,7 +33,7 @@ jobs:
- name: Build Splatoon edition
env:
CI_REGISTRY_IMAGE: git.spbr.net/Spacebar/rust-nex
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
CI_COMMIT_SHORT_SHA: ${{ github.sha }}
run: ./.ci-scripts/make-edition.sh splatoon
@ -60,6 +60,6 @@ jobs:
- name: Build Friends edition
env:
CI_REGISTRY_IMAGE: git.spbr.net/Spacebar/rust-nex
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
CI_COMMIT_SHORT_SHA: ${{ github.sha }}
run: ./.ci-scripts/make-edition.sh friends