Fix: Update file-name pattern for Hugo setup to include system and architecture placeholders
Some checks failed
Test Action / test (push) Failing after 9s

This commit is contained in:
2026-04-07 07:29:11 +02:00
parent bffd6ee278
commit d70ee1e8b8

View File

@@ -34,7 +34,7 @@ jobs:
uses: ./ uses: ./
with: with:
repository: 'gohugoio/hugo' repository: 'gohugoio/hugo'
file-name: '~hugo_extended_[^a-z]' file-name: '~hugo_extended_[^a-z].*{{SYSTEM}}-{{ARCH}}'
file-type: 'archive' file-type: 'archive'
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
update-cache: 'always' update-cache: 'always'