소스 검색

fix(snap): fix path [skip ci]

Baptiste Augrain 1 년 전
부모
커밋
6144fec97d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'