Skip to content

Commit b228a01

Browse files
committed
v0.0.2
1 parent 3d41956 commit b228a01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- run: yarn install --frozen-lockfile --immutable --network-timeout ${{ inputs.npm_network_timeout }}
6060

61-
- run: yarn compile
61+
- run: yarn build
6262

6363
- name: Prepare for app notarization (macOS)
6464
if: startsWith(inputs.os, 'macos')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "costflow",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Costflow Official Desktop App",
55
"main": "./out/main/index.js",
66
"author": {

0 commit comments

Comments
 (0)