Skip to content

Commit

Permalink
Merge pull request #83 from Chia-Network/web-build
Browse files Browse the repository at this point in the history
Web build
  • Loading branch information
TheLastCicada authored Nov 20, 2024
2 parents e888b6c + a539077 commit 735056b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: npm install
run: |
npm install
- name: Test for secrets access
id: check_secrets
shell: bash
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
echo "HAS_SIGNING_SECRET=${HAS_SIGNING_SECRET}" >> "$GITHUB_OUTPUT"
env:
SIGNING_SECRET: "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}"

# Windows Code Signing
- name: Get installer name for signing
shell: bash
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
run: |
node --version
npm install
npm run build
npm run web-build
- name: Create .tar.gz of the web build
run: tar -cvzf ${{ env.APP_NAME }}-web-build.tar.gz build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core-registry-cadt-ui",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "build/main.js",
"engineStrict": true,
Expand Down

0 comments on commit 735056b

Please sign in to comment.