Skip to content

Commit

Permalink
(wip) Working on setting release artifact names.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Jun 27, 2024
1 parent 85e2048 commit 9e62298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sha_short=$(git rev-parse --short HEAD)
echo "sha_short=${sha_short}" >> $GITHUB_OUTPUT
echo "bin_version=$("shark-clipper-${{ runner.os }}-${{ runner.arch }}-${sha_short}" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
echo "bin_version=$(echo "shark-clipper-${{ runner.os }}-${{ runner.arch }}-${sha_short}" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
# TEST
- name: Test List
Expand Down

0 comments on commit 9e62298

Please sign in to comment.