Skip to content

Commit

Permalink
fix release names
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 11, 2024
1 parent 6e4c32b commit 3fe75e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
- os: ubuntu-20.04
target_name: i686-unknown-linux-gnu
artifact_name: libauxmos.so
checksum_name: libauxmos.so.sha256
- os: windows-latest
target_name: i686-pc-windows-msvc
artifact_name: auxmos.dll
checksum_name: auxmos.dll.sha256
debug_pdb_name: auxmos.pdb
steps:
- name: Checkout
Expand Down Expand Up @@ -72,7 +70,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}.sha256
asset_name: ${{ matrix.checksum_name }}.sha256
asset_name: ${{ matrix.artifact_name }}.sha256
tag: ${{ github.ref }}

- name: Upload binary to release
Expand Down

0 comments on commit 3fe75e1

Please sign in to comment.