From b3bd3ce7a28165b036db219c4161fbc8379d81a1 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 7 May 2024 17:55:16 +0800 Subject: [PATCH] ci: fix download step --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96dc879..c3ff082 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,6 +55,7 @@ jobs: with: pattern: built-plugins-* merge-multiple: true + path: dist/ - name: Extract release notes run: git cat-file tag ${{ github.ref }} | tail -n +3 > changelog.md