From 3cad271b5c70f4bcd9d90f9803886d3d8e31a225 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 8 Feb 2024 18:26:48 +0100 Subject: [PATCH] fix(snap): use snapcore action [skip ci] --- .github/workflows/insider-linux.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 438eaa1..d4fe8f1 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -244,25 +244,25 @@ jobs: run: ./stores/snapcraft/build.sh if: env.SHOULD_BUILD == 'yes' - - uses: diddlesnaps/snapcraft-multiarch-action@v1 - with: - path: stores/snapcraft/build - architecture: ${{ matrix.platform }} - id: build - if: env.SHOULD_BUILD == 'yes' - - # - uses: snapcore/action-build@v1 + # - 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' - - uses: diddlesnaps/snapcraft-review-action@v1 + - uses: snapcore/action-build@v1 with: - snap: ${{ steps.build.outputs.snap }} - isClassic: 'true' + path: stores/snapcraft/build + id: build if: env.SHOULD_BUILD == 'yes' + # - uses: diddlesnaps/snapcraft-review-action@v1 + # with: + # snap: ${{ steps.build.outputs.snap }} + # isClassic: 'true' + # if: env.SHOULD_BUILD == 'yes' + - uses: svenstaro/upload-release-action@v2 with: repo_name: ${{ env.ASSETS_REPOSITORY }}