From eef4f134b507691b451236bc1b96c582b1cd896f Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 19 Oct 2025 20:43:37 -0700 Subject: [PATCH] make the publish workflow's job be artifacts and not assets --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index da5e6da..7573cec 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,8 +23,8 @@ permissions: contents: read # Needed to checkout the repository. jobs: - assets: - name: assets + artifacts: + name: artifacts permissions: contents: write # Needed to upload release assets and artifacts. runs-on: ubuntu-latest