Possible fix for gitlab-ci

This commit is contained in:
Kwoth
2021-12-25 02:56:19 +01:00
parent 77bbc5ef7a
commit 68741ec484

View File

@@ -1,4 +1,4 @@
image: mcr.microsoft.com/dotnet/sdk:5.0 image: mcr.microsoft.com/dotnet/sdk:6.0
stages: stages:
- build - build
@@ -68,8 +68,8 @@ publish-windows:
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
image: scottyhardy/docker-wine image: scottyhardy/docker-wine
before_script: before_script:
- choco install dotnet-5.0-runtime -y - choco install dotnet-6.0-runtime -y
- choco install dotnet-5.0-sdk -y - choco install dotnet-6.0-sdk -y
- choco install innosetup -y - choco install innosetup -y
artifacts: artifacts:
paths: paths: