mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Update prhtmlgenerator.yml
This commit is contained in:
parent
4d8141f130
commit
3ca9b6dbe3
4
.github/workflows/prhtmlgenerator.yml
vendored
4
.github/workflows/prhtmlgenerator.yml
vendored
@ -51,9 +51,9 @@ jobs:
|
||||
body="${body//$'\n'/'%0A'}";
|
||||
body="${body//$'\r'/'%0D'}";
|
||||
echo "bodylength=${#body}" >> $GITHUB_OUTPUT
|
||||
- name: Upload generated template
|
||||
- name: Upload generated tests
|
||||
uses: actions/upload-artifact@v4
|
||||
id: upload-generated-template
|
||||
id: upload-generated-tests
|
||||
with:
|
||||
name: tests
|
||||
path: '*.html'
|
||||
|
Loading…
Reference in New Issue
Block a user