From 06fb025b2fc830f675630515c5b0fd8876a94a92 Mon Sep 17 00:00:00 2001 From: Eshanchik Date: Thu, 24 Oct 2024 14:42:49 +0300 Subject: [PATCH] fix file name --- .github/workflows/build_binary_nop_x86_64.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_binary_nop_x86_64.yaml b/.github/workflows/build_binary_nop_x86_64.yaml index 09dc90d..42ccec0 100644 --- a/.github/workflows/build_binary_nop_x86_64.yaml +++ b/.github/workflows/build_binary_nop_x86_64.yaml @@ -48,7 +48,7 @@ jobs: run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}-x86_64" >> $GITHUB_ENV - name: Archive - run: zip -j airdao-nop-rs-ubuntu.zip target/x86_64-unknown-linux-gnu/release/airdao-nop-rs + run: zip -j airdao-nop-rs-x86-64.zip target/x86_64-unknown-linux-gnu/release/airdao-nop-rs - name: Upload to Release uses: actions/upload-release-asset@v1 @@ -100,7 +100,7 @@ jobs: run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}-x86_64-ubuntu-20.04" >> $GITHUB_ENV - name: Archive - run: zip -j airdao-nop-rs-ubuntu-20.04.zip target/x86_64-unknown-linux-gnu/release/airdao-nop-rs + run: zip -j airdao-nop-rs-x86-64-old.zip target/x86_64-unknown-linux-gnu/release/airdao-nop-rs - name: Upload to Release uses: actions/upload-release-asset@v1