make sure output.txt is writeable.

This commit is contained in:
James Cole 2024-04-01 09:08:19 +02:00
parent 56243907c4
commit bfa1fcbaf8
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -235,6 +235,7 @@ jobs:
gh release upload $releaseName HEAD.txt
else
echo 'MAIN (real) release'
sudo chown -R runner:docker output.txt
# add text to output.txt (more instructions)
echo '' >> output.txt
echo '### Instructions' >> output.txt