From 18523d415682c08fc7cc5ed31853e2d9508ff38f Mon Sep 17 00:00:00 2001 From: Inian Parameshwaran Date: Tue, 16 Mar 2021 17:10:45 +0530 Subject: [PATCH] fix artifact path in github action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93ca71cd..4b66ed03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: /artifacts/storage-api-arm64.tar.gz + file: artifacts/storage-api-arm64.tar.gz tag: 0.0.1 overwrite: true \ No newline at end of file