Skip to content

Commit

Permalink
build: More quote fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Feb 5, 2021
1 parent cb51698 commit d03e586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: yarn electron-builder install-app-deps
- run: yarn build-main
- run: yarn build-renderer
- run: yarn dist -c.artifactName="${{ steps.filename.outputs.name }}"
- run: yarn dist -c.artifactName='${{ steps.filename.outputs.name }}'

# Upload built executables
- name: Upload executable
Expand Down

1 comment on commit d03e586

@vercel
Copy link

@vercel vercel bot commented on d03e586 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.