make the publish workflow's job be artifacts and not assets

This commit is contained in:
2025-10-19 20:43:37 -07:00
parent ac5c83fe46
commit eef4f134b5

View File

@@ -23,8 +23,8 @@ permissions:
contents: read # Needed to checkout the repository. contents: read # Needed to checkout the repository.
jobs: jobs:
assets: artifacts:
name: assets name: artifacts
permissions: permissions:
contents: write # Needed to upload release assets and artifacts. contents: write # Needed to upload release assets and artifacts.
runs-on: ubuntu-latest runs-on: ubuntu-latest