Skip to content

Commit 6713d3c

Browse files
authored
Update before_deploy.sh
1 parent 30588bb commit 6713d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/before_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ main() {
2222

2323
test -f Cargo.lock || cargo generate-lockfile
2424

25-
cross rustc --bin $artefact --target $TARGET --release -- -C lto
25+
cross rustc --bin terraform-sage --target $TARGET --release -- -C lto
2626
cp target/$TARGET/release/$artefact $stage/
2727

2828
cd $stage

0 commit comments

Comments
 (0)