Skip to content

Commit

Permalink
Make sure to source the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 23, 2023
1 parent 61e881b commit 80c09ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
id: args
shell: bash
run: |
source lib.sh
source "${{github.action_path}}/lib.sh"
setOutputVar \
arch \
"$(toFlagsArray arch-name "$arch")"
Expand Down

0 comments on commit 80c09ea

Please sign in to comment.