Skip to content

Commit e8d0571

Browse files
committed
Adds Windows x64 runtime identifier for publishing
1 parent ab5de77 commit e8d0571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet restore
2424

2525
- name: Publish
26-
run: dotnet publish -c Release --artifacts-path ./output
26+
run: dotnet publish -c Release -r win-x64 --artifacts-path ./output
2727

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

0 commit comments

Comments
 (0)