ci: name unpack step and fix indent

This commit is contained in:
Sergiu Deitsch 2021-11-19 21:31:29 +01:00
parent 6bd5acfb66
commit 1da31df93c

View File

@ -34,7 +34,9 @@ jobs:
var fs = require('fs');
fs.writeFileSync('${{github.workspace}}/' + artifact.name + '.zip', Buffer.from(download.data));
});
- run: |
- name: Unpack artifacts
run: |
unzip *.zip
- name: Generate Coverage