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 57b6ad4 commit 1fa6f49Copy full SHA for 1fa6f49
.github/workflows/scancode-release.yml
@@ -350,6 +350,10 @@ jobs:
350
- name: test install app archive
351
run: |
352
for f in `find dist -type f -name "*.zip"`; \
353
+ do \
354
+ unzip file.zip $f; \
355
+ done
356
+ for f in `find dist -type f -name "*.tar.gz"`; \
357
do \
358
python etc/release/scancode_release_tests.py $f; \
359
done
@@ -391,6 +395,10 @@ jobs:
391
395
392
396
393
397
398
399
400
401
394
402
403
404
0 commit comments