Skip to content

Commit a0d2310

Browse files
committed
fix test?
1 parent 72b2e24 commit a0d2310

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/buildomat/jobs/build-release.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ ptime -m cargo run --bin crucible-package
8686
banner contents
8787
tar tvfz out/crucible.tar.gz
8888
tar tvfz out/crucible-pantry.tar.gz
89-
mv out/crucible.tar.gz out/crucible-pantry.tar.gz /out/
89+
tar tvfz out/crucible-svc.tar.gz
90+
tar tvfz out/crucible-pantry-svc.tar.gz
91+
mv out/crucible.tar.gz out/crucible-pantry.tar.gz out/crucible-svc.tar.gz out/crucible-pantry-svc.tar.gz /out/
9092

9193
# Build the nightly archive file which should include all the scripts
9294
# and binaries needed to run the nightly test.

0 commit comments

Comments
 (0)