Skip to content

Commit

Permalink
Separate AppImage from sanitizer builds
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 12, 2023
1 parent 7ec2415 commit 99d8e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
working-directory: ${{ runner.workspace }}/build/avogadroapp

- name: AppImage
if: matrix.config.os == 'ubuntu-20.04'
if: matrix.config.os == 'ubuntu-20.04' && matrix.config.build_type == 'Release'
shell: bash
run: |
mkdir appdir
Expand Down

0 comments on commit 99d8e09

Please sign in to comment.