Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jelacicedin authored Apr 22, 2024
1 parent 5277b57 commit 66b9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Assuming the output directory is 'build' (modify as needed)
if [ -d "build" ]; then
echo "Building tar from 'build' directory"
tar -czvf myproject-4554ac73d877fe55de803e47ee547de5205ec322.tar.gz build/
tar -czvf myproject-${{ github.ref }}.tar.gz build/
else
echo "Build directory does not exist."
exit 1
Expand Down

0 comments on commit 66b9043

Please sign in to comment.