Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit abc1b56

Browse files
committed
update target-brach and workflow
1 parent f155dd6 commit abc1b56

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: weekly
13+
target-branch: "develop"
14+
- package-ecosystem: "npm"
15+
directory: "/"
16+
schedule:
17+
interval: weekly
18+
target-branch: "develop"

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths-ignore:
66
- README.md
77
- LICENSE
8+
89

910
workflow_dispatch:
1011
inputs:
@@ -105,8 +106,8 @@ jobs:
105106
- name: Upload package tarball
106107
uses: actions/upload-artifact@v4
107108
with:
108-
name: libxmlwasm.tgz
109-
path: libxml-wasm-*.tgz
109+
name: libxml.wasm.tgz
110+
path: libxml.wasm-*.tgz
110111
publish:
111112
name: Publish packages
112113
runs-on: ubuntu-latest
@@ -123,10 +124,10 @@ jobs:
123124
- name: Download package tarball
124125
uses: actions/download-artifact@v4
125126
with:
126-
name: libxmlwasm.tgz
127+
name: libxml.wasm.tgz
127128
- name: Unpack package tarball
128129
run: |
129-
tar axf libxml-wasm-*.tgz
130+
tar axf libxml.wasm-*.tgz
130131
mv package/* .
131132
rm -fr package
132133
- name: Prepare package

0 commit comments

Comments
 (0)