Dan Ditomaso
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
.github/workflows/release-web.yml
|
|
|
@ -77,8 +77,7 @@ jobs: |
|
|
|
run: pnpm install --frozen-lockfile |
|
|
|
|
|
|
|
- name: Create Web App Release Archive |
|
|
|
working-directory: packages/web |
|
|
|
run: pnpm run package |
|
|
|
run: pnpm --filter "meshtastic-web" run package |
|
|
|
|
|
|
|
- name: Upload Web App Archive (artifact) |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
|