mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:50:18 +00:00
make the publish workflow's job be artifacts and not assets
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user