Skip to content

Commit

Permalink
Changed release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Dec 15, 2024
1 parent e5070c7 commit a42b9b4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,21 @@ jobs:
strip: true
env:
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: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
- name: Zip artifcats
uses: montudor/action-zip@v1
with:
executable-name: rustus
changes-file: ""
release-tag-prefix: ""
target: ${{ matrix.platform.target }}
args: 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 a42b9b4

Please sign in to comment.