Skip to content

Commit

Permalink
Improve tarball generation
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 authored Jun 7, 2023
1 parent ecf737c commit a882a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Compress install directory
run: |
version="${{ steps.parse_qt_version.outputs.version }}"
directory="${{ github.workspace }}/qt-install-$version"
tar -czf qt-$version-macos-universal.tar.gz "$directory"
tar -C ${{ github.workspace }} -czf qt-$version-macos-universal.tar.gz qt-install-$version
- name: Upload release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a882a46

Please sign in to comment.