FIgured out the nightly naming convention was from a missing arg to pass the IS_NIGHTLY envar. [ci skip]

This commit is contained in:
TC 2025-03-18 05:31:15 +00:00
parent 0d47a6328a
commit e9fe5928dc

View File

@ -373,7 +373,7 @@ nightly_package_linux:
- build-amd64-deb
script:
- earthly bootstrap
- earthly +package-linux
- earthly +package-linux --IS_NIGHTLY="$IS_NIGHTLY"
artifacts:
paths:
- target/packages/*