Skip to content

Commit 18523d4

Browse files
committed
fix artifact path in github action
1 parent b4e6659 commit 18523d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: svenstaro/upload-release-action@v2
120120
with:
121121
repo_token: ${{ secrets.GITHUB_TOKEN }}
122-
file: /artifacts/storage-api-arm64.tar.gz
122+
file: artifacts/storage-api-arm64.tar.gz
123123
tag: 0.0.1
124124
overwrite: true
125125

0 commit comments

Comments
 (0)