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