From 7421ef27246e4fcd88ca91dfb292e444e0875b01 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Mon, 15 Aug 2022 17:41:08 +0300 Subject: [PATCH] Fix path of app artifacts to attach to release via release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b1a6ad8..a2687ca1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}}