Skip to content

Commit

Permalink
temporary disabled pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex2772 committed Jan 17, 2025
1 parent c98a271 commit 15f98d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15f98d7

Please # to comment.