diff --git a/.gitea/workflows/build_test_publish.yml b/.gitea/workflows/build_test_publish.yml index 958afb9..d95f152 100644 --- a/.gitea/workflows/build_test_publish.yml +++ b/.gitea/workflows/build_test_publish.yml @@ -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