Skip to content

Commit

Permalink
Added braces to target in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Rane committed Nov 16, 2022
1 parent a24c6d8 commit d7cd5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
rustup target add ${TARGET}
cargo build --release --target ${TARGET}
mkdir cfn-guard-v2-${{ matrix.os }}
cp ./target/$TARGET/release/cfn-guard ./cfn-guard-v2-${{ matrix.os }}/
cp ./target/${TARGET}/release/cfn-guard ./cfn-guard-v2-${{ matrix.os }}/
cp README.md ./cfn-guard-v2-${{ matrix.os }}/
tar czvf ./cfn-guard-v2-${{ matrix.os }}.tar.gz ./cfn-guard-v2-${{ matrix.os }}
- name: Upload Release Asset
Expand Down

0 comments on commit d7cd5af

Please sign in to comment.