Skip to content

Commit

Permalink
Merge pull request #4 from ambrosus/update-config-and-action
Browse files Browse the repository at this point in the history
Change release binary name and and revert changes needrestart.conf.
  • Loading branch information
Eshanchik authored Oct 24, 2024
2 parents 06fb025 + da64fb2 commit f419b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binary_nop_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Set Release Version
id: set_version
run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}-x86_64-ubuntu-20.04" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}-x86-64-old" >> $GITHUB_ENV

- name: Archive
run: zip -j airdao-nop-rs-x86-64-old.zip target/x86_64-unknown-linux-gnu/release/airdao-nop-rs
Expand Down
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ else
exit 1
fi

# Revert /etc/needrestart/needrestart.conf to original state after installing required packages
sed -i 's/^\$nrconf{restart} = '\''a'\'';/$nrconf{restart} = '\''i'\'';/' /etc/needrestart/needrestart.conf

git clone https://github.com/ambrosus/airdao-nop-rs.git
cd airdao-nop-rs || return

Expand Down

0 comments on commit f419b88

Please sign in to comment.