Skip to content

Commit dfab317

Browse files
fix(ci): Fixed issue with path to project.
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
1 parent 41c26b0 commit dfab317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
image: mcr.microsoft.com/dotnet/sdk:6.0
2929
script:
3030
- dotnet restore cc-gen/cc-gen.csproj
31-
- dotnet publish .\cc-gen\cc-gen.csproj -c Release --self-contained true -r ${BUILD_ARCH} -v m --version-suffix ${CI_COMMIT_TAG} -o release/${BUILD_ARCH}
31+
- dotnet publish cc-gen/cc-gen.csproj -c Release --self-contained true -r ${BUILD_ARCH} -v m --version-suffix ${CI_COMMIT_TAG} -o release/${BUILD_ARCH}
3232
artifacts:
3333
paths:
3434
- release/

0 commit comments

Comments
 (0)