Skip to content

Commit

Permalink
Revert "test run with default compression"
Browse files Browse the repository at this point in the history
This reverts commit 3101053.
  • Loading branch information
joshuarli committed Sep 18, 2024
1 parent 3101053 commit 5a01017
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Binary Release Build

on:
push:
branches:
- release/**

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -38,6 +40,7 @@ jobs:
path: target/release/relay-Linux-x86_64*
if-no-files-found: 'error'
# since this artifact will be merged, compression is not necessary
compression-level: '0'

macos:
name: macOS
Expand Down Expand Up @@ -68,6 +71,7 @@ jobs:
path: target/release/relay-Darwin-x86_64*
if-no-files-found: 'error'
# since this artifact will be merged, compression is not necessary
compression-level: '0'

windows:
name: Windows
Expand Down Expand Up @@ -97,6 +101,7 @@ jobs:
path: target/release/relay-Windows-x86_64*
if-no-files-found: 'error'
# since this artifact will be merged, compression is not necessary
compression-level: '0'

merge:
name: Create Release Artifact
Expand Down

0 comments on commit 5a01017

Please sign in to comment.