Skip to content

Commit

Permalink
Remove unnecessary override
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Aug 11, 2024
1 parent 1abff2d commit 3d6e03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
buildWithCMakeArgs: "--config Release"
- name: cpack
working-directory: ${{ runner.workspace }}/cppbuild
run: cpack -G TGZ -DCPACK_SYSTEM_NAME=${{ runner.os }}-${{ runner.arch }}-${{ matrix.target }}
run: cpack -G TGZ
- name: "Upload C++ packages"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3d6e03a

Please sign in to comment.