Skip to content

Commit

Permalink
name artifact based on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 20, 2024
1 parent ad79490 commit b834a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: upload the just-built docs as an artifact
uses: actions/upload-artifact@v4
with:
name: docs
name: docs-${{ github.ref }}
path: doc/build/html
overwrite: true # v4 requires unique names; this will delete existing before uploading

Expand Down

0 comments on commit b834a3e

Please sign in to comment.