Skip to content

Commit

Permalink
Removed checksums, because magnificent github actions are dumb.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Dec 15, 2024
1 parent 6f4094a commit 1100c9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,11 @@ jobs:
JEMALLOC_SYS_WITH_MALLOC_CONF: "background_thread:true,metadata_thp:auto,tcache:false,dirty_decay_ms:30000,muzzy_decay_ms:30000,abort_conf:true"
- name: Zip artifcats
run: zip -j "rustus-${{ matrix.platform.os-name }}.zip" "target/${{ matrix.platform.target }}/release/rustus"
- name: Generate checksums
uses: Solratic/checksum-action@v1
with:
pattern: "rustus-${{ matrix.platform.os-name }}.zip"
suffix: "checksum"
- name: Update release
uses: softprops/action-gh-release@v2
with:
files: |
./rustus-${{ matrix.platform.os-name }}.zip
rustus-${{ matrix.platform.os-name }}.zip.checksum
docker_build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1100c9f

Please sign in to comment.