Skip to content

Commit

Permalink
adjust tar path
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Jan 17, 2024
1 parent d4419a0 commit 0460ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo $dir
if [ -d "$dir" ]; then
pkgname=$(basename $dir)
tar -czvf ./packages/${pkgname}.tgz $dir
tar -czvf ../packages/${pkgname}.tgz $dir
fi
done
Expand Down

0 comments on commit 0460ca4

Please sign in to comment.