Skip to content

Commit

Permalink
Remove tar command from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Reiser committed Mar 5, 2024
1 parent 098961f commit eaa6eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
run: |
make all VERSION=${{ github.ref_name }}
tar -cJf ${{ matrix.asset_name }} data docs bin LICENSE

0 comments on commit eaa6eea

Please sign in to comment.