Skip to content

Commit 18db14e

Browse files
committed
Update archive name
1 parent 41bb87b commit 18db14e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
1413
with:
1514
fetch-depth: 0
15+
- uses: actions/setup-node@v3
16+
with:
1617
node-version: 16
1718
- name: Install deps
1819
run: npm ci
@@ -23,4 +24,4 @@ jobs:
2324
- name: Release
2425
uses: softprops/action-gh-release@v1
2526
with:
26-
files: dist.tar.gz
27+
files: devbook-browser-terminal.tar.gz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "ISC",
99
"scripts": {
1010
"build": "node build.extension.js && rollup -c && cp ./manifest.json ./dist",
11-
"archive": "tar -czvf dist.tar.gz dist"
11+
"archive": "tar -czvf devbook-browser-terminal.tar.gz dist"
1212
},
1313
"dependencies": {
1414
"@devbookhq/sdk": "^2.4.4",

0 commit comments

Comments
 (0)