From 1e2fe9d71de026f1bc5aeaee936bad85fe81df29 Mon Sep 17 00:00:00 2001 From: marabesi Date: Sat, 30 Oct 2021 13:41:03 +0200 Subject: [PATCH] fix: snap path --- .github/workflows/delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index a0145c9..18641df 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -29,5 +29,5 @@ jobs: - uses: snapcore/action-publish@v1 with: store_login: ${{ secrets.STORE_LOGIN }} - snap: "json-tool_${{ github.event.inputs.version }}_amd64.snap" + snap: "dist/json-tool_${{ github.event.inputs.version }}_amd64.snap" release: edge