Skip to content

Commit

Permalink
wrong asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 11, 2024
1 parent 2b8a19c commit 556eefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}.sha256
asset_name: ${{ matrix.artifact_name }}
asset_name: ${{ matrix.artifact_name }}.sha256
tag: ${{ github.ref }}

- name: Upload binary to release
Expand Down

0 comments on commit 556eefd

Please sign in to comment.