Skip to content

Commit

Permalink
Fix the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Nov 4, 2023
1 parent 736b09b commit d6bc2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Pack
working-directory: ${{github.workspace}}/build-${{matrix.buildType}}
run: cpack -G ZIP -C ${{matrix.buildType}} --config ./dxFeedGraalCxxApiPackConfig.cmake
run: cpack -G ZIP -C ${{matrix.buildType}} --config ./kurlikorPackConfig.cmake

- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d6bc2be

Please sign in to comment.