Skip to content

Commit 497fe0c

Browse files
committed
fix: fix typo
1 parent 4e3d22f commit 497fe0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: Upload binaries to release
3737
uses: svenstaro/upload-release-action@v1-release
38-
with:
39-
repo_token: ${{ secrets.GITHUB_TOKEN }}
40-
file: target/release/${{ matrix.artifact_name }}
41-
asset_name: ${{ matrix.asset_name }}
42-
tag: ${{ github.ref }}
38+
with:
39+
repo_token: ${{ secrets.GITHUB_TOKEN }}
40+
file: target/release/${{ matrix.artifact_name }}
41+
asset_name: ${{ matrix.asset_name }}
42+
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)