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 600759d commit be51a43Copy full SHA for be51a43
.github/workflows/scancode-release.yml
@@ -349,7 +349,7 @@ jobs:
349
350
- name: test install app archive
351
run: |
352
- for f in `find dist -type f -name "*.tar.gz"`; \
+ for f in `find dist -type f -name "*.zip"`; \
353
do \
354
python etc/release/scancode_release_tests.py $f; \
355
done
@@ -390,7 +390,7 @@ jobs:
390
391
392
393
394
395
396
0 commit comments