Skip to content

Commit be51a43

Browse files
Fix release smoke tests on posix
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 600759d commit be51a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scancode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349

350350
- name: test install app archive
351351
run: |
352-
for f in `find dist -type f -name "*.tar.gz"`; \
352+
for f in `find dist -type f -name "*.zip"`; \
353353
do \
354354
python etc/release/scancode_release_tests.py $f; \
355355
done
@@ -390,7 +390,7 @@ jobs:
390390

391391
- name: test install app archive
392392
run: |
393-
for f in `find dist -type f -name "*.tar.gz"`; \
393+
for f in `find dist -type f -name "*.zip"`; \
394394
do \
395395
python etc/release/scancode_release_tests.py $f; \
396396
done

0 commit comments

Comments
 (0)