Skip to content

Commit

Permalink
ci: use tar instead of unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jan 30, 2024
1 parent 30973db commit 4ef61a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
mkdir -p ${BUILD_NAME}/etc/systemd/system
# Copy the ${{ env.PROJECT }} binary
unzip ./artifacts/${{ env.PROJECT }}_linux_${arch}.zip -d ./artifacts/${arch}/
tar -xzf ./artifacts/${{ env.PROJECT }}_linux_${arch}.tar.gz -C ./artifacts/${arch}/
cp ./artifacts/${arch}/${{ env.PROJECT }} ${BUILD_NAME}/usr/bin/${{ env.PROJECT }}
# Create the control file
Expand Down

0 comments on commit 4ef61a9

Please sign in to comment.