diff --git a/.github/workflows/deploy-bauphysik-tool.yml b/.github/workflows/deploy-bauphysik-tool.yml index cb8447d..828c31f 100644 --- a/.github/workflows/deploy-bauphysik-tool.yml +++ b/.github/workflows/deploy-bauphysik-tool.yml @@ -37,9 +37,9 @@ jobs: - run: dotnet restore ${{ env.PROJECT_PATH }} - - run: dotnet build ${{ env.PROJECT_PATH }} -c Release --no-restore + #- run: dotnet build ${{ env.PROJECT_PATH }} -c Release --no-restore - - run: dotnet publish ${{ env.PROJECT_PATH }} -c Release --self-contained -r win-x64 -p:PublishSingleFile=true --no-build + - run: dotnet publish ${{ env.PROJECT_PATH }} -c Release --self-contained -r win-x64 -p:PublishSingleFile=true #--no-build - uses: actions/create-release@v1 id: create_release