mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 12:00:31 +00:00
fix release
This commit is contained in:
parent
8c2d6f53eb
commit
e1c44c8513
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -24,12 +24,10 @@ jobs:
|
|||
- name: Build plugin
|
||||
run: npm run build
|
||||
|
||||
- name: Create release ZIP
|
||||
- name: Create release
|
||||
run: |
|
||||
mkdir release
|
||||
cp main.js manifest.json styles.css release/
|
||||
cd release
|
||||
zip -r obsidian-plugin.zip ./*
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue