Browse Source

fix(snap): fix path [skip ci]

Baptiste Augrain 1 năm trước cách đây
mục cha
commit
6144fec97d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/insider-linux.yml

+ 1 - 1
.github/workflows/insider-linux.yml

@@ -246,7 +246,7 @@ jobs:
 
       - uses: diddlesnaps/snapcraft-multiarch-action@v1
         with:
-          path: stores/snapcraft/out
+          path: stores/snapcraft/build
           architecture: ${{ matrix.platform }}
         id: build
         if: env.SHOULD_BUILD == 'yes'