Skip to content

Commit

Permalink
fix workflow issue
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 03ec0ef commit f675430
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 @@ -37,5 +37,5 @@ jobs:
- name: Upload Archive
uses: actions/upload-artifact@v2
with:
name: public-archive-${{ github.event.inputs.branch || main }}
name: public-archive-${{ github.event.inputs.branch || 'main' }}
path: public

0 comments on commit f675430

Please sign in to comment.