Skip to content

Commit

Permalink
release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
defstream committed Jan 12, 2023
1 parent d4528f7 commit 4c24f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
archive: tar.gz
- target: x86_64-apple-darwin
archive: zip
steps:
Expand Down Expand Up @@ -78,5 +78,5 @@ jobs:
with:
upload_url: ${{needs.create.outputs.upload_url}}
asset_path: ${{ steps.compile.outputs.BUILT_CHECKSUM }}
asset_name: ${{ steps.compile.outputs.BUILT_CHECKSUM }}
asset_name: kickable-rs_${{ github.ref }}_${{ matrix.target }}.${{ matrix.archive }}.sha256
asset_content_type: application/text

0 comments on commit 4c24f9d

Please sign in to comment.