Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-27 18:24:24 +00:00
parent d39a01a962
commit 8bd4d5cd14
1 changed files with 1 additions and 2 deletions

View File

@ -98,8 +98,7 @@ build:
# where it is located (e.g. 'dotnet build ./src/ConsoleApp').
# Only one project path can be passed as a parameter to 'dotnet build' command.
script:
- 'echo $RJW_DLL_URL'
- 'curl --create-dirs "$RJW_DLL_URL" -o ../../rjw/1.4/Assemblies/RJW.dll'
- 'curl --create-dirs "$RJW_DLL_URL" -o ../../rjw/$RIMWORLD_VERSION/Assemblies/RJW.dll'
- 'dotnet build --no-restore'
#tests: