Skip to content

Commit 9821f13

Browse files
committed
🐛 fix CI
1 parent 006c5ae commit 9821f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
uses: svenstaro/upload-release-action@v2
8383
with:
8484
repo_token: ${{ secrets.GITHUB_TOKEN }}
85-
file: target/release/doggy
85+
file: ${{ matrix.asset_source }}
8686
asset_name: ${{ matrix.asset_name }}
8787
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)