Skip to content

Commit

Permalink
Do not package debug builds (HDFGroup#4963)
Browse files Browse the repository at this point in the history
* Do not package debug builds

* Do not try to upload with debug builds
  • Loading branch information
byrnHDF authored and brtnfld committed Nov 4, 2024
1 parent 2637475 commit 29dc8d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,7 @@ jobs:
- name: CMake Run Package
run: cpack -C ${{ inputs.build_mode }} -V
working-directory: ${{ runner.workspace }}/build
# if: ${{ (matrix.os != 'macos-latest') && (inputs.build_mode != 'Debug') }}

# - name: CMake Run Package (Mac_latest)
# run: cpack -C ${{ inputs.build_mode }} -G STGZ -V
# if: ${{ (matrix.os == 'macos-latest') }}
if: ${{ inputs.build_mode != 'Debug' }}

- name: List files in the space
run: |
Expand Down

0 comments on commit 29dc8d7

Please sign in to comment.