We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d112f2 commit bce8618Copy full SHA for bce8618
.github/workflows/create-release.yml
@@ -284,12 +284,6 @@ jobs:
284
./quarto-bld prepare-dist --set-version ${{needs.configure.outputs.version}} --log-level info
285
popd
286
287
- - name: Build Launcher
288
- run: |
289
- cargo build --release --all-features --manifest-path package/launcher/Cargo.toml
290
- mkdir -p package/dist/bin
291
- cp package/launcher/target/release/quarto package/dist/bin/quarto
292
-
293
- name: Make Installer
294
run: |
295
pushd package/src/
0 commit comments