We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd8821 commit 5930eadCopy full SHA for 5930ead
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
cargo build --release --target aarch64-apple-darwin
32
mkdir cfn-guard-v2-${{ matrix.os }}
33
cargo install cargo-lipo
34
- lipo -create target/x86_64-apple-darwin/release/cfn-guard target/aarch64-apple-darwin/release/cfn-guard -output ./cfn-guard-v2-${{ matrix.os }}/cfn-guard
+ lipo -create ./target/x86_64-apple-darwin/release/cfn-guard ./target/aarch64-apple-darwin/release/cfn-guard -output ./cfn-guard-v2-${{ matrix.os }}/cfn-guard
35
cp README.md ./cfn-guard-v2-${{ matrix.os }}/
36
tar czvf ./cfn-guard-v2-${{ matrix.os }}.tar.gz ./cfn-guard-v2-${{ matrix.os }}
37
linux: |
0 commit comments