From 9e03fc9aea97277f1c511701a7aaf5d1778eed00 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Sun, 1 Mar 2026 19:00:07 +0200 Subject: [PATCH] build: fixed artifact path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7ea1c3..8ea77d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,4 +87,4 @@ jobs: omitBodyDuringUpdate: true replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} - artifacts: ${{ github.workspace }}/**/*.zip + artifacts: ${{ github.workspace }}/canary-build-${{ runner.os }}/*.{AppImage|zip}