Skip to content

Commit b29e901

Browse files
Update createrelease.yml
1 parent 7d1ed5a commit b29e901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/createrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Publish API
5050
if: ${{ github.event.release.prerelease == false }}
51-
run: dotnet publish "FileProcessor\FileProcessor.csproj" --configuration Release --output publishOutput -r linux-x64 --self-contained
51+
run: dotnet publish "FileProcessor\FileProcessor.csproj" --configuration Release --output publishOutput -r win-x64 --self-contained
5252

5353
- name: Build Release Package
5454
run: |

0 commit comments

Comments
 (0)