Skip to content

Commit

Permalink
build: Use bash for filename script
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Feb 5, 2021
1 parent d03e586 commit 9645e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -44,6 +44,7 @@ jobs:
# Use
- name: Get filename
id: filename
shell: bash
run: |
[[ "${{ github.ref }}" == "refs/heads/master" ]] && \
echo '::set-output name=name::${name}-dev-'$(git rev-parse --short HEAD)'-${os}.${ext}' || \
Expand Down

1 comment on commit 9645e24

@vercel
Copy link

@vercel vercel bot commented on 9645e24 Feb 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.