We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e5e82 commit 462d888Copy full SHA for 462d888
1 file changed
.github/workflows/build.yml
@@ -14,24 +14,24 @@ jobs:
14
steps:
15
- name: checkout repo
16
uses: actions/checkout@v4
17
- - name: Install pnpm
18
- uses: pnpm/action-setup@v4
19
- with:
20
- version: 10.10.0
+ # - name: Install pnpm
+ # uses: pnpm/action-setup@v4
+ # with:
+ # version: 10.10.0
21
- name: env use node.js
22
uses: actions/setup-node@v4
23
with:
24
node-version: '22'
25
- cache: pnpm
+ # cache: pnpm
26
- name: build
27
run: |
28
- pnpm install --frozen-lockfile
+ # pnpm install --frozen-lockfile
29
pnpm build
30
- name: upload build artifact
31
if: always()
32
uses: actions/upload-artifact@v4
33
34
- name: obsidian-any-block
+ name: plugin-build
35
path: |
36
dist/main.js
37
0 commit comments