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: ./
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user