Skip to content

Commit

Permalink
build: Remove no longer needed artifactName option
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Feb 6, 2021
1 parent b5ebdc5 commit bd95305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: yarn electron-builder install-app-deps
- run: yarn build-main
- run: yarn build-renderer
- run: yarn dist --config=.artifactName='${{ steps.filename.outputs.name }}'
- run: yarn dist

# Upload built executables
- name: Upload executable
Expand Down

1 comment on commit bd95305

@vercel
Copy link

@vercel vercel bot commented on bd95305 Feb 6, 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.