Publish everything as public

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 16:29:55 +01:00
parent da3b6e6bab
commit e88764766a

View File

@ -3,6 +3,6 @@ build:
before_script:
- apt-get install -y jq make
script:
- make -j$(nproc)
- DESTDIR=public make -j$(nproc)
artifacts:
paths: ["*.stl"]
paths: ["public"]