We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8705d28 commit eb21b59Copy full SHA for eb21b59
.github/workflows/release.yaml
@@ -25,12 +25,15 @@ jobs:
25
run: npm install
26
27
- name: Build project
28
- run: npm run build
+ run: |
29
+ npm run build
30
+ ls -la dist/
31
32
- name: Upload .bobplugin to GitHub Release
33
uses: ncipollo/release-action@v1
34
with:
35
token: ${{ secrets.GITHUB_TOKEN }}
36
+ artifacts: "dist/bobplugin-maimemo-notebook.bobplugin"
37
tag: ${{ github.ref_name }}
38
name: Release ${{ github.ref_name }}
- files: dist/bobplugin-maimemo-notebook.bobplugin
39
+ skipArtifacts: true
0 commit comments