File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ jobs:
104104 - name : Build Launcher
105105 run : |
106106 RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release --manifest-path package/launcher/Cargo.toml
107- ls -R package/launcher/target
108107 cp package/launcher/target/x86_64-unknown-linux-gnu/release/quarto package/dist/bin/quarto
109108
110109 - name : Make Tarball
@@ -148,7 +147,6 @@ jobs:
148147 - name : Build Launcher
149148 run : |
150149 RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release --manifest-path package/launcher/Cargo.toml
151- ls -R package/launcher/target
152150 cp package/launcher/target/x86_64-unknown-linux-gnu/release/quarto package/dist/bin/quarto
153151
154152 - name : Make Installer
You can’t perform that action at this time.
0 commit comments