mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
make sure output.txt is writeable.
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -235,6 +235,7 @@ jobs:
|
|||||||
gh release upload $releaseName HEAD.txt
|
gh release upload $releaseName HEAD.txt
|
||||||
else
|
else
|
||||||
echo 'MAIN (real) release'
|
echo 'MAIN (real) release'
|
||||||
|
sudo chown -R runner:docker output.txt
|
||||||
# add text to output.txt (more instructions)
|
# add text to output.txt (more instructions)
|
||||||
echo '' >> output.txt
|
echo '' >> output.txt
|
||||||
echo '### Instructions' >> output.txt
|
echo '### Instructions' >> output.txt
|
||||||
|
Reference in New Issue
Block a user