Skip to content

Commit 02a7490

Browse files
committed
update
1 parent cca8141 commit 02a7490

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: ./scripts/rocksdb.sh
2929
- name: Compress build output
3030
run: |
31+
ls -lhR build
3132
tar czf ${{ matrix.os }}-build.tar.gz build/
3233
- name: Upload Artifact
3334
uses: actions/upload-artifact@v4

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: ./scripts/rocksdb.sh
3232
- name: Compress build output
3333
run: |
34+
ls -lhR build
3435
tar czf ${{ matrix.os }}-build.tar.gz build/
3536
- name: Upload Artifact
3637
uses: actions/upload-artifact@v4

scripts/msquic.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ cmake --build . || { echo "Build msquic library failed"; exit 1; }
2828

2929
cp bin/Release/libmsquic.a ${out_dir}
3030

31-
ls -lh ${out_dir}
32-
3331
echo "msquic built successfully"

scripts/rocksdb.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ make static_lib
2121
strip librocksdb.a
2222
cp librocksdb.a ${out_dir}
2323

24-
ls -lh ${out_dir}
25-
2624
echo "rocksdb built successfully"

0 commit comments

Comments
 (0)