Fix: Update file-name pattern for Hugo setup to include system and architecture placeholders
Some checks failed
Test Action / test (push) Failing after 9s
Some checks failed
Test Action / test (push) Failing after 9s
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
repository: 'gohugoio/hugo'
|
||||
file-name: '~hugo_extended_[^a-z]'
|
||||
file-name: '~hugo_extended_[^a-z].*{{SYSTEM}}-{{ARCH}}'
|
||||
file-type: 'archive'
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
update-cache: 'always'
|
||||
|
||||
Reference in New Issue
Block a user