Fix path of app artifacts to attach to release via release pipeline

This commit is contained in:
Debanjum Singh Solanky 2022-08-15 17:41:08 +03:00
parent c21ab4316c
commit 7421ef2724

View file

@ -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}}