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
|
||||
shell: bash
|
||||
run: |
|
||||
mv -v ./dist/* ./
|
||||
mv -v ./exe/* ./
|
||||
mv -v ./dist/ ./dist-artifacts
|
||||
mv -v ./dist-artifacts/* ./
|
||||
|
||||
mv -v ./exe/ ./exe-artifacts
|
||||
mv -v ./exe-artifacts/* ./
|
||||
|
||||
chmod +x -R ./exe/
|
||||
|
||||
- name: Draft the release
|
||||
|
|
Loading…
Reference in New Issue