Skip to content

Commit 072c235

Browse files
committed
remove debugging line
1 parent b6796e8 commit 072c235

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)