Unzip artifacts before sending them

This commit is contained in:
Erwan MATHIEU 2024-06-06 15:33:18 +02:00
parent a2a67947e8
commit 1e0ffd0546

View File

@ -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: