ci: name unpack step and fix indent
This commit is contained in:
parent
6bd5acfb66
commit
1da31df93c
4
.github/workflows/coveralls.yml
vendored
4
.github/workflows/coveralls.yml
vendored
@ -34,7 +34,9 @@ jobs:
|
|||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
fs.writeFileSync('${{github.workspace}}/' + artifact.name + '.zip', Buffer.from(download.data));
|
fs.writeFileSync('${{github.workspace}}/' + artifact.name + '.zip', Buffer.from(download.data));
|
||||||
});
|
});
|
||||||
- run: |
|
|
||||||
|
- name: Unpack artifacts
|
||||||
|
run: |
|
||||||
unzip *.zip
|
unzip *.zip
|
||||||
|
|
||||||
- name: Generate Coverage
|
- name: Generate Coverage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user