Update .github/workflows/build.yml
All checks were successful
Build / Build Launcher (push) Successful in 2m30s

This commit is contained in:
2024-01-17 09:40:32 +00:00
parent d0eda62bd8
commit 42f9a3bb46

View File

@@ -27,9 +27,9 @@ jobs:
- name: Git Version
id: version
uses: paulhatch/semantic-version@v5.3.0
with:
major_pattern: 'breaking:'
minor_pattern: 'feature:'
with:
major_pattern: 'breaking:'
minor_pattern: 'feature:'
- 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