Skip to content

Commit

Permalink
🍩 mommy globs only one file for the symlink~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Sep 29, 2024
1 parent a6c5bc4 commit 1b53796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
echo "::group::Install fpm"
pkg_add "$(pkg_info -Q ruby | grep "^ruby-[0-9]" | tail -n 1)"
/usr/local/bin/gem* install --no-document fpm
ln -s /usr/local/bin/fpm* /usr/local/bin/fpm # Symlink 'fpm' to latest version
ln -s $(echo /usr/local/bin/fpm* | tr ' ' \\n | grep -E '[0-9]+$') /usr/local/bin/fpm # Symlink 'fpm' to latest version
echo "::endgroup::"
echo "::group::Ignore ownership issues"
Expand Down

0 comments on commit 1b53796

Please sign in to comment.