Skip to content

Commit eb21b59

Browse files
committed
Update CI
1 parent 8705d28 commit eb21b59

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ jobs:
2525
run: npm install
2626

2727
- name: Build project
28-
run: npm run build
28+
run: |
29+
npm run build
30+
ls -la dist/
2931
3032
- name: Upload .bobplugin to GitHub Release
3133
uses: ncipollo/release-action@v1
3234
with:
3335
token: ${{ secrets.GITHUB_TOKEN }}
36+
artifacts: "dist/bobplugin-maimemo-notebook.bobplugin"
3437
tag: ${{ github.ref_name }}
3538
name: Release ${{ github.ref_name }}
36-
files: dist/bobplugin-maimemo-notebook.bobplugin
39+
skipArtifacts: true

0 commit comments

Comments
 (0)