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
9c804d1ca2
commit
d05f192a4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/n_updater.sh
vendored
2
.github/workflows/n_updater.sh
vendored
|
@ -71,7 +71,7 @@ echo "Calculated checksum for n v${version} is $checksum"
|
|||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue