From 1a5a78303a002b285515ada03c12c6a56d47550b Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 7 May 2024 15:54:11 +0800 Subject: [PATCH] ci: rename `attach` job to `release` --- .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 3b57dfb..62eab28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: path: dist/* name: built-plugins-${{ matrix.os }} - attach: + release: runs-on: ubuntu-latest needs: [build] if: startsWith(github.ref, 'refs/tags/')