mirror of https://github.com/aminya/setup-cpp
ci: fix the release artifact placement [skip test]
This commit is contained in:
parent
ebe8a86b02
commit
50d2184102
|
@ -260,8 +260,12 @@ jobs:
|
||||||
- name: Place Artifacts
|
- name: Place Artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mv -v ./dist/* ./
|
mv -v ./dist/ ./dist-artifacts
|
||||||
mv -v ./exe/* ./
|
mv -v ./dist-artifacts/* ./
|
||||||
|
|
||||||
|
mv -v ./exe/ ./exe-artifacts
|
||||||
|
mv -v ./exe-artifacts/* ./
|
||||||
|
|
||||||
chmod +x -R ./exe/
|
chmod +x -R ./exe/
|
||||||
|
|
||||||
- name: Draft the release
|
- name: Draft the release
|
||||||
|
|
Loading…
Reference in New Issue