mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Update release workflow to use 'artifacts' instead of 'files' for packaging incorrect config of the flow
This commit is contained in:
parent
d89b4288b5
commit
485bef1441
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
with:
|
||||
tag: ${{ steps.get_tag.outputs.tag_name }}
|
||||
name: Release ${{ steps.get_tag.outputs.tag_name }}
|
||||
files: |
|
||||
artifacts: |
|
||||
${{ env.PLUGIN_NAME }}.zip
|
||||
main.js
|
||||
manifest.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue