Skip to content

Commit

Permalink
fix: artifact-upload key --> name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 26, 2024
1 parent 26b87a2 commit 8b46a8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ${{ inputs.output_path }}
key: doxygen
name: doxygen
2 changes: 1 addition & 1 deletion .github/workflows/image_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: /tmp/images
key: images
name: images
2 changes: 1 addition & 1 deletion .github/workflows/image_build_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: /tmp/digests/*
key: digest
name: digest
if-no-files-found: error
retention-days: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ${{ inputs.output_path }}
key: openapi
name: openapi
2 changes: 1 addition & 1 deletion .github/workflows/pnpm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ${{ inputs.output_path }}
key: build
name: build

0 comments on commit 8b46a8f

Please sign in to comment.