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 65054bd commit a3c5044Copy full SHA for a3c5044
.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