mirror of https://github.com/aminya/setup-cpp.git
ci: place the artifacts and exe
This commit is contained in:
parent
f7141f2b69
commit
185a60867a
|
|
@ -284,6 +284,14 @@ jobs:
|
|||
name: dist
|
||||
path: dist/
|
||||
|
||||
- name: Place Artifacts
|
||||
shell: bash
|
||||
run: |
|
||||
mv -v ./dist/ ./dist-artifacts
|
||||
mv -v ./dist-artifacts/* ./
|
||||
|
||||
chmod +x -R ./exe/
|
||||
|
||||
- name: Draft the release
|
||||
uses: meeDamian/github-release@2.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue