Skip to content

Commit da3ac2b

Browse files
authored
0.2.1 signup fix (#43)
* removed open ssl * removed open ssl * types changes * types changes * Fix license activation * Update versions * Fix workflows * Fix workflows * Fix workflows * Fix workflows * Fix workflows
1 parent 5fe2828 commit da3ac2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/crab_nebula.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ jobs:
110110
shell: bash
111111
run: |
112112
if [ "${{ matrix.os }}" == "macos-latest" ]; then
113-
pnpm run app:build --target aarch64-apple-darwin
113+
pnpm run build --target aarch64-apple-darwin
114114
elif [ "${{ matrix.os }}" == "windows-latest-l" ]; then
115-
pnpm run app:build --verbose
115+
pnpm run build --verbose
116116
else
117-
pnpm run app:build --verbose --bundles appimage deb
117+
pnpm run build --verbose --bundles appimage deb
118118
fi
119119
working-directory: ./apps/poleshift-app
120120

.github/workflows/test_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
shell: bash
9090
run: |
9191
if [ "${{ matrix.os }}" == "macos-latest" ]; then
92-
pnpm run app:build --target aarch64-apple-darwin
92+
pnpm run build --target aarch64-apple-darwin
9393
elif [ "${{ matrix.os }}" == "windows-latest-l" ]; then
94-
pnpm run app:build --verbose
94+
pnpm run build --verbose
9595
else
96-
pnpm run app:build --verbose --bundles appimage deb
96+
pnpm run build --verbose --bundles appimage deb
9797
fi
9898
working-directory: ./apps/poleshift-app
9999
env:

0 commit comments

Comments
 (0)