We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849c458 commit cb88e18Copy full SHA for cb88e18
.github/workflows/UploadArtifacts.yml
@@ -40,7 +40,7 @@ jobs:
40
# Must match the artifact name used in the build workflow
41
name: model-archives-${{ steps.version.outputs.version }}
42
# Point to the workflow file that produced the artifact
43
- workflow: build-artifacts.yml
+ workflow: BuildArtifacts.yml
44
# Use the repository's default branch to find the matching run
45
branch: ${{ github.event.repository.default_branch }}
46
workflow_conclusion: success
0 commit comments