Skip to content

Commit

Permalink
unique build artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Mar 15, 2024
1 parent 221049e commit 46968b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buildresources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ runs:
if: ${{ always() && inputs.jb-save == 'true'}}
uses: actions/upload-artifact@v4
with:
name: build
name: build-{{inputs.os}}
path: book/_build/

1 change: 1 addition & 0 deletions .github/workflows/build_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
jb-cache: false
publish-to-gh: false
jb-save: true
os: ${{ matrix.os }}

0 comments on commit 46968b5

Please sign in to comment.