Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-28 05:59:59 +00:00
parent c748aa266a
commit 2b86118ad6
1 changed files with 4 additions and 0 deletions

View File

@ -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