Skip to content

Commit ccde432

Browse files
Update createrelease.yml
1 parent 85e150b commit ccde432

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
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Publish API
5353
if: ${{ github.event.release.prerelease == false }}
54-
run: dotnet publish "MobileConfiguration\MobileConfiguration.csproj" --configuration Release --output publishOutput -r win-x64 --self-contained
54+
run: dotnet publish "MobileConfiguration\MobileConfiguration.csproj" --configuration Release --output publishOutput -r linux-x64 --self-contained
5555

5656
- name: Build Release Package
5757
run: |

0 commit comments

Comments
 (0)