mirror of
https://github.com/stracker-phil/obsidian-mention-things.git
synced 2026-07-22 05:43:27 +00:00
💚 Fix the path of the zip archive
This commit is contained in:
parent
bface432e7
commit
ce9759c8aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Create zip archive
|
||||
run: |
|
||||
cd dist
|
||||
zip -r ${{ github.event.repository.name }}.zip .
|
||||
zip -r ../${{ github.event.repository.name }}.zip .
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
|
|
|
|||
Loading…
Reference in a new issue