Skip to content

Commit 4810cb8

Browse files
committed
fix workflow #17
1 parent dcc6fe5 commit 4810cb8

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
@@ -136,7 +136,7 @@ jobs:
136136
uses: svenstaro/upload-release-action@v2
137137
with:
138138
repo_token: ${{ secrets.GITHUB_TOKEN }}
139-
file: "*.zip"
139+
file: "artifacts/*.zip"
140140
file_glob: true
141141

142142
build_docker:

0 commit comments

Comments
 (0)