Skip to content

Commit

Permalink
append branch to archive name
Browse files Browse the repository at this point in the history
Signed-off-by: Addo.Zhang <[email protected]>
  • Loading branch information
addozhang committed Jun 18, 2024
1 parent 098d1a6 commit 9ab0591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo-build-and-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Upload Archive
uses: actions/upload-artifact@v2
with:
name: public-archive
name: public-archive-${{ github.event.inputs.branch }}
path: public

0 comments on commit 9ab0591

Please sign in to comment.