mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update n checksum with autoupdater
This commit is contained in:
parent
c0e9b3ba8e
commit
9c804d1ca2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/n_updater.sh
vendored
3
.github/workflows/n_updater.sh
vendored
|
@ -70,6 +70,9 @@ echo "Calculated checksum for n v${version} is $checksum"
|
|||
# Replace new version in helper
|
||||
sed -i -E "s/^n_version=.*$/n_version=$version/" helpers/nodejs
|
||||
|
||||
# Replace checksum in helper
|
||||
sed -i -E "s/^n_checksum=.*$/n_checksum=$checksum\"/" helpers/nodejs
|
||||
|
||||
# The Action will proceed only if the PROCEED environment variable is set to true
|
||||
echo "PROCEED=true" >> $GITHUB_ENV
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue