Skip to content

Commit

Permalink
fix: incorrect ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamska1008 committed Sep 14, 2024
1 parent d8e8ef8 commit 3d2bce1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-on-tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
sudo apt-get install libgit2-dev
- name: Build
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: |
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Package
run: |
Expand Down

0 comments on commit 3d2bce1

Please sign in to comment.