fix once again

This commit is contained in:
zznty
2023-04-14 11:54:42 +07:00
parent 3b4256abf9
commit 2024a35d1e
3 changed files with 88 additions and 1 deletions

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 }}" -r win-x64
- run: dotnet publish -c Release -o ./pub CringeLauncher/CringeLauncher.csproj --no-restore -p:Version="${{ steps.version.outputs.version }}" -r win-x64 --no-self-contained
id: publish
name: Build Project