diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dda459..b3070ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,16 +79,16 @@ jobs: if: matrix.os == 'ubuntu-latest' working-directory: ${{github.workspace}}/build/bin run: ${{github.workspace}}/build/bin/Tests - - - name: Pack - working-directory: ${{github.workspace}}/build - run: cpack . -CRelWithDebInfo - - - name: Upload - uses: actions/upload-artifact@v4 - with: - path: ${{github.workspace}}/build/*.tar.gz - name: ${{ matrix.os }} +# +# - name: Pack +# working-directory: ${{github.workspace}}/build +# run: cpack . -CRelWithDebInfo +# +# - name: Upload +# uses: actions/upload-artifact@v4 +# with: +# path: ${{github.workspace}}/build/*.tar.gz +# name: ${{ matrix.os }} release: runs-on: ubuntu-latest