Update .gitea/workflows/build_test_publish.yml

This commit is contained in:
2026-02-11 21:42:44 +01:00
Unverified
parent 4b1f030b6c
commit b0b98676a7

View File

@@ -60,7 +60,7 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Publish
run: dotnet publish -c Release -r win-${{ matrix.platform }} --self-contained true -p:EnableWindowsTargeting=true -p:PublishSingleFile=true -p:Version=${{needs.determine_version.outputs.version}} .\TimetableDesigner\TimetableDesigner.csproj
run: dotnet publish -c Release -r win-${{ matrix.platform }} --self-contained true -p:PublishSingleFile=true -p:Version=${{needs.determine_version.outputs.version}} .\TimetableDesigner\TimetableDesigner.csproj
- name: Create .ZIP archive
id: archive
uses: ksm2/archive-action@v1