Skip to content

Commit

Permalink
ci(github): simplify source packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Sep 8, 2024
1 parent eedf6d0 commit 5f6b55d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,12 @@ jobs:
ninja-build \
${{ matrix.config.qt_packages }}
- name: Configure & Build
- name: Configure & Package Source
uses: lukka/run-cmake@v10
with:
configurePreset: ${{ matrix.config.configurePreset }}
buildPreset: ${{ matrix.config.buildPreset }}

- name: Package Source
run: cmake --build build --preset ${{ matrix.config.buildPreset }} --target package_source
buildPresetAdditionalArgs: "['--target package_source']"

- name: Generate Changelog
uses: orhun/git-cliff-action@v4
Expand Down

0 comments on commit 5f6b55d

Please sign in to comment.