mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-19 05:27:57 +00:00
CI: flatten bundle
This commit is contained in:
parent
7ae3fdab53
commit
f2401a07c2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Place all tarballs in the same directory
|
- name: Place all tarballs in the same directory
|
||||||
run: |
|
run: |
|
||||||
mkdir bundle
|
mkdir bundle
|
||||||
mv artifacts/* bundle
|
mv artifacts/*/* bundle
|
||||||
|
|
||||||
- name: Upload the bundle as an artifact
|
- name: Upload the bundle as an artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user