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