GH CD: fix artifact decompaction path
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sat, 13 Aug 2022 18:17:10 +0200
changeset 93 b1f29a911785
parent 92 eb3e1cdc7389
child 94 6d390b2623f5
GH CD: fix artifact decompaction path
.github/workflows/build_bundles.yml
.github/workflows/build_snap.yml
--- a/.github/workflows/build_bundles.yml	Sat Aug 13 17:42:29 2022 +0200
+++ b/.github/workflows/build_bundles.yml	Sat Aug 13 18:17:10 2022 +0200
@@ -22,6 +22,7 @@
       uses: actions/download-artifact@v3
       with:
         name: source_package
+        path: build
 
     - name: Cache docker image
       id: cache-docker
--- a/.github/workflows/build_snap.yml	Sat Aug 13 17:42:29 2022 +0200
+++ b/.github/workflows/build_snap.yml	Sat Aug 13 18:17:10 2022 +0200
@@ -24,6 +24,7 @@
       uses: actions/download-artifact@v3
       with:
         name: source_package
+        path: build
 
     - name: Move snap dir in build/sources
       run: |