Skip to content

Commit

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

on:
push:
branches:
- release/**

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -40,7 +38,6 @@ 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 @@ -71,7 +68,6 @@ 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 @@ -101,7 +97,6 @@ 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 3101053

Please sign in to comment.