diff -r 52b64ebc1970 -r 4dd65c75e651 .github/workflows/build_snap.yml --- a/.github/workflows/build_snap.yml Sun Aug 14 15:11:20 2022 +0200 +++ b/.github/workflows/build_snap.yml Sun Aug 14 16:54:43 2022 +0200 @@ -24,7 +24,9 @@ uses: actions/download-artifact@v3 with: name: source_package - path: build + + - name: untar files + run: tar -xvf build.tar - name: Move snap dir in build/sources run: |