Skip to content

Commit

Permalink
fix remove accidental release guard
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Apr 26, 2024
1 parent 9129fc0 commit 5c238d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
tar xvfz soroban-cli-$VERSION.crate
echo "BUILD_WORKING_DIR=target/package/soroban-cli-$VERSION" >> $GITHUB_ENV
- name: Build
if: github.event_name == 'release'
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
working-directory: ${{ env.BUILD_WORKING_DIR }}
Expand Down

0 comments on commit 5c238d6

Please sign in to comment.