Skip to content

Commit

Permalink
build: Fix typo in package.json filename
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Feb 7, 2021
1 parent bd95305 commit b7298f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set dev-build artifact name
shell: bash
if: ${{ github.ref == 'refs/heads/master' }}
run: echo "$(jq -r '.build.artifactName="${name}-dev-'"$(git rev-parse --short HEAD)"'-${os}.${ext}"' package.json)" > pacakge.json
run: echo "$(jq -r '.build.artifactName="${name}-dev-'"$(git rev-parse --short HEAD)"'-${os}.${ext}"' package.json)" > package.json

# Build
- run: yarn electron-builder install-app-deps
Expand Down

1 comment on commit b7298f1

@vercel
Copy link

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