Update prhtmlgenerator.yml

This commit is contained in:
Bocki 2024-10-14 13:11:47 +02:00 committed by GitHub
parent 4d8141f130
commit 3ca9b6dbe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,9 +51,9 @@ jobs:
body="${body//$'\n'/'%0A'}"; body="${body//$'\n'/'%0A'}";
body="${body//$'\r'/'%0D'}"; body="${body//$'\r'/'%0D'}";
echo "bodylength=${#body}" >> $GITHUB_OUTPUT echo "bodylength=${#body}" >> $GITHUB_OUTPUT
- name: Upload generated template - name: Upload generated tests
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
id: upload-generated-template id: upload-generated-tests
with: with:
name: tests name: tests
path: '*.html' path: '*.html'