mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
Fix path of app artifacts to attach to release via release pipeline
This commit is contained in:
parent
c21ab4316c
commit
7421ef2724
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -100,4 +100,4 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: khoj_${{github.ref_name}}_amd64.${{matrix.extension}}
|
||||
files: dist/khoj_${{github.ref_name}}_amd64.${{matrix.extension}}
|
||||
|
|
Loading…
Reference in a new issue