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.
jobs:
assets:
name: assets
artifacts:
name: artifacts
permissions:
contents: write # Needed to upload release assets and artifacts.
runs-on: ubuntu-latest