mirror of https://github.com/aminya/setup-cpp
ci: upload the built packages dist and fix release artifacts download
This commit is contained in:
parent
4e58b250d7
commit
b3b3348bbf
|
@ -63,6 +63,7 @@ jobs:
|
||||||
name: dist
|
name: dist
|
||||||
path: |
|
path: |
|
||||||
./dist
|
./dist
|
||||||
|
./packages/*/dist
|
||||||
./dev/docker/__tests__/
|
./dev/docker/__tests__/
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
@ -253,8 +254,8 @@ jobs:
|
||||||
- name: Place Artifacts
|
- name: Place Artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mv -v artifact/dist/* ./
|
mv -v ./dist/* ./
|
||||||
mv -v artifact/exe/* ./
|
mv -v ./exe/* ./
|
||||||
chmod +x -R ./exe/
|
chmod +x -R ./exe/
|
||||||
|
|
||||||
- name: Draft the release
|
- name: Draft the release
|
||||||
|
|
Loading…
Reference in New Issue