Skip to content

Commit

Permalink
🏗 Fix path to release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
igrybkov committed Jan 29, 2019
1 parent 0336738 commit dbeca58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"release": true,
"releaseName": "Release v${version}",
"assets": [
"dist/*.alfredworkflow",
"dist/*.zip"
"build/*.alfredworkflow",
"build/*.zip"
]
}
}
Expand Down

0 comments on commit dbeca58

Please sign in to comment.