Skip to content

Commit

Permalink
Add prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Dec 30, 2024
1 parent 3221fda commit 3611faf
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 @@ -41,7 +41,7 @@ runs:
fi
echo "bin-installed=${bin_installed}" >> "$GITHUB_OUTPUT"
bin_dir="$(date +%s)"
bin_dir="ciao_$(date +%s)"
echo "bin-dir=${bin_dir}" >> "$GITHUB_OUTPUT"
bin_path="$GITHUB_WORKSPACE/${bin_dir}"
Expand Down

0 comments on commit 3611faf

Please sign in to comment.