Skip to content

Commit

Permalink
chore: release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boxizen committed May 9, 2023
1 parent 3109caf commit 401809f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ./out/make/${{ matrix.PLATFORM }}/${{ matrix.TYPE }}/onepoint-${{ env.RELEASE_VERSION }} Setup.exe
asset_name: onepoint-${{ env.RELEASE_VERSION }} Setup.exe
asset_path: ./out/make/${{ matrix.PLATFORM }}/${{ matrix.TYPE }}/onepoint-${{ env.RELEASE_VERSION }} Boot.exe
asset_name: onepoint-${{ env.RELEASE_VERSION }} Boot.exe
asset_content_type: ${{ matrix.ASSET_MIME}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "onepoint",
"author": "Edwiin Tsang <[email protected]>",
"version": "0.1.5",
"homepage": "https://onepoint.so",
"version": "0.1.6",
"homepage": "https://www.1ptai.com/",
"description": "An Electron boilerplate including TypeScript, React, Jest and ESLint.",
"main": ".webpack/main",
"scripts": {
Expand Down

0 comments on commit 401809f

Please sign in to comment.