We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b2e24 commit a0d2310Copy full SHA for a0d2310
.github/buildomat/jobs/build-release.sh
@@ -86,7 +86,9 @@ ptime -m cargo run --bin crucible-package
86
banner contents
87
tar tvfz out/crucible.tar.gz
88
tar tvfz out/crucible-pantry.tar.gz
89
-mv out/crucible.tar.gz out/crucible-pantry.tar.gz /out/
+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/
92
93
# Build the nightly archive file which should include all the scripts
94
# and binaries needed to run the nightly test.
0 commit comments