mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
make sure output.txt is writeable.
This commit is contained in:
parent
56243907c4
commit
bfa1fcbaf8
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user