Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Sep 14, 2022
1 parent 1227f3d commit 45fb710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cargo build -p ic-cdk-optimizer --release
- name: Strip release binary (linux and macos)
if: matrix.os == 'ubuntu-latest' || matrix.0s == 'macos-latest'
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: strip "${{ matrix.binary_path }}"

- name: Create archives
Expand Down

0 comments on commit 45fb710

Please sign in to comment.