Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 9, 2024
1 parent cff2122 commit f909764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
inside=$(printf %s\\n "$platforms" | sed -E -e 's/,/\", \"/g' -e 's/\" +/\"/g' -e 's/ +\"/\"/g')
printf 'platforms=["%s"]\n' "$inside" >> $GITHUB_OUTPUT
-
name: Generate artifact name
name: Generate random run identifier
id: run-id
run: |
random_string() {
Expand Down

0 comments on commit f909764

Please sign in to comment.