Skip to content

Commit

Permalink
fix: tried ~ for home
Browse files Browse the repository at this point in the history
ErikMeinders committed Sep 29, 2024
1 parent ebb73d2 commit ce9c0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
commit_email: homebrew-releaser@easytocloud.com

install: |
ohmyzsh = ENV["HOME"] + "/.oh-my-zsh"
ohmyzsh = "~/.oh-my-zsh"
system "mkdir", "-p", ohmyzsh + "/custom/plugins/easytocloud"
system "cp", "-R", "plugins/easytocloud/.", ohmyzsh + "/custom/plugins/easytocloud/"

0 comments on commit ce9c0a1

Please sign in to comment.