mirror of https://github.com/Bunsly/JobSpy
syntax
parent
3498f25d80
commit
ea3db1ca37
|
@ -54,8 +54,8 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload response.json as artifact
|
- name: Upload response.json as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: response.json
|
name: response.json
|
||||||
path: ./response.json
|
path: ./response.json
|
||||||
|
|
Loading…
Reference in New Issue