mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 23:19:01 +08:00
Unzip artifacts before sending them
This commit is contained in:
parent
a2a67947e8
commit
1e0ffd0546
@ -140,6 +140,10 @@ jobs:
|
|||||||
path: artifacts
|
path: artifacts
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
- name: Unzip artifacts
|
||||||
|
working-directory: artifacts
|
||||||
|
run: ls *.zip | xargs -n 1 unzip
|
||||||
|
|
||||||
- name: Checkout Cura repo
|
- name: Checkout Cura repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user