diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2c0df8..aeeedd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: Add-Content -Path $env:GITHUB_ENV -Value "APP_VERSION=$appVersion" - name: Build and Publish run: | - dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false -o ./output/${{ matrix.cpu }} + dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false ./UI/UI.csproj -o ./output/${{ matrix.cpu }} - name: Compress build artifacts run: | 7z a -t7z ./output/Taix-${{ env.APP_VERSION }}-win-${{ matrix.cpu }}.${{ matrix.kind }} ./output/${{ matrix.cpu }}/*