Skip to content

Commit

Permalink
fix artifact path in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
inian committed Mar 16, 2021
1 parent b4e6659 commit 18523d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18523d4

Please # to comment.