Skip to content

Commit 41abff1

Browse files
committed
Fixed workflow
1 parent 42f3de9 commit 41abff1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-webhapps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-webhapps:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
# Install npm dependencies
1212
- name: Install npm dependencies
1313
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"package:we" : "rm -rf artifacts/files-we_applet-ui.zip & cd we-applet/dist && rm -f *.map && bestzip ../../artifacts/files-we_applet-ui.zip * && cd ../../ && $npm_package_config_bin/hc web-app pack we-applet/webhapp.workdir -o artifacts/files-we_applet.webhapp",
7575
"dist:we" : "npm run dist -w we-applet && npm run package:we",
7676

77-
"hash" : "weave hash-webhapp ./artifacts/files-we_applet.webhapp",
77+
"hash" : "weave hash-webhapp $npm_package_version ./artifacts/files-we_applet.webhapp",
7878

7979
"update-version" : "bash scripts/update-version-number.sh $npm_package_version",
8080
"dl-manual-release" : "rm -rf release & mkdir -p release & gh release download manual-release -D release -R lightningrodlabs/files",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
manifest_version: "1"
2+
manifest_version: "0"
33
name: Files Official
44
ui:
5-
bundled: "../../artifacts/files-webapp-ui.zip"
6-
happ_manifest:
7-
bundled: "../../artifacts/files.happ"
5+
path: "../../artifacts/files-webapp-ui.zip"
6+
happ:
7+
path: "../../artifacts/files.happ"

webcomponents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ddd-qc/files",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "lit-happ elements for the Files DNA",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)