diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37b5780..62ae2c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,10 @@ build: script: - 'curl -s --create-dirs "$RJW_DLL_URL" -o ../../rjw/$RIMWORLD_VERSION/Assemblies/RJW.dll' - 'dotnet build --no-restore' + artifacts: + untracked: false + when: on_success + expire_in: 3 days #tests: # stage: test