Skip to content

Commit d02cd5d

Browse files
author
Piotr Stachaczynski
committed
fix: specify runtime
1 parent 9507f14 commit d02cd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-inferpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build src/MaIN.InferPage --configuration Release --no-restore
2525

2626
- name: Publish project
27-
run: dotnet publish src/MaIN.InferPage --configuration Release --output ./publish --no-build
27+
run: dotnet publish src/MaIN.InferPage --framework net10.0 --configuration Release --output ./publish --no-build
2828

2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)