Skip to content

Commit

Permalink
fix(ci): Fixed issue with path to project.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed May 24, 2022
1 parent 41c26b0 commit dfab317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build:
image: mcr.microsoft.com/dotnet/sdk:6.0
script:
- dotnet restore cc-gen/cc-gen.csproj
- 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}
- 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}
artifacts:
paths:
- release/
Expand Down

0 comments on commit dfab317

Please sign in to comment.