From dd98c0155fa19ebe284ecce31948678c9e608d2b Mon Sep 17 00:00:00 2001 From: Eshanchik Date: Thu, 24 Oct 2024 15:32:28 +0300 Subject: [PATCH 1/2] add revert needrestart.conf changes --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index f45f922..8a594e3 100644 --- a/setup.sh +++ b/setup.sh @@ -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 From da64fb2ff26272300953cfd264233f0a51b42b4a Mon Sep 17 00:00:00 2001 From: Eshanchik Date: Thu, 24 Oct 2024 15:32:50 +0300 Subject: [PATCH 2/2] change release --- .github/workflows/build_binary_nop_x86_64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_binary_nop_x86_64.yaml b/.github/workflows/build_binary_nop_x86_64.yaml index 42ccec0..b7d7674 100644 --- a/.github/workflows/build_binary_nop_x86_64.yaml +++ b/.github/workflows/build_binary_nop_x86_64.yaml @@ -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