Skip to content

Commit

Permalink
Fix path of app artifacts to attach to release via release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Aug 15, 2022
1 parent c21ab43 commit 7421ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 7421ef2

Please sign in to comment.