mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-20 06:55:08 +00:00
Publish Mac App Disk Image generated by release workflow as artifact
This commit is contained in:
parent
dc553546bc
commit
22a9aefaef
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -55,3 +55,7 @@ jobs:
|
||||||
--app-drop-link 425 120 \
|
--app-drop-link 425 120 \
|
||||||
"dist/Khoj.dmg" \
|
"dist/Khoj.dmg" \
|
||||||
"dist/dmg/"
|
"dist/dmg/"
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: khoj.dmg
|
||||||
|
path: dist/Khoj.dmg
|
Loading…
Add table
Reference in a new issue