mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-26 22:35:46 -07:00
Unzip artifacts before sending them
This commit is contained in:
parent
a2a67947e8
commit
1e0ffd0546
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue