force building for windows

This commit is contained in:
zznty
2023-04-14 07:49:32 +03:00
committed by GitHub
parent be9f419d2f
commit 3b4256abf9

View File

@@ -28,7 +28,7 @@ jobs:
id: version
uses: codacy/git-version@2.7.1
- run: dotnet publish -c Release -o ./pub CringeLauncher/CringeLauncher.csproj --no-restore -p:Version="${{ steps.version.outputs.version }}"
- run: dotnet publish -c Release -o ./pub CringeLauncher/CringeLauncher.csproj --no-restore -p:Version="${{ steps.version.outputs.version }}" -r win-x64
id: publish
name: Build Project