Skip to content

Commit

Permalink
fix extraneous space
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 10, 2024
1 parent 6adc05c commit c9bdb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Package merged directory
run: |
tar cf - -C "${INSTALL_DIR}" . | zstd -o install.tar.zst -19 -T "$(nproc)"
tar cf - -C "${INSTALL_DIR}" . | zstd -o install.tar.zst -19 -T"$(nproc)"
- name: Upload merged install directory
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c9bdb65

Please sign in to comment.