Skip to content

Commit

Permalink
Update build_binary_nop_x86_64.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik authored Oct 24, 2024
1 parent f419b88 commit 7f1cade
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build_binary_nop_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

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

- name: Archive
run: zip -j airdao-nop-rs-x86-64.zip target/x86_64-unknown-linux-gnu/release/airdao-nop-rs

Expand All @@ -57,7 +53,7 @@ jobs:
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./airdao-nop-rs-x86-64.zip
asset_name: airdao-nop-release-${{ env.RELEASE_VERSION }}.zip
asset_name: airdao-nop-rs-x86-64.zip
asset_content_type: application/zip

build_20_04:
Expand Down Expand Up @@ -95,10 +91,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Set Release Version
id: set_version
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 All @@ -109,5 +101,5 @@ jobs:
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./airdao-nop-rs-x86-64-old.zip
asset_name: airdao-nop-release-${{ env.RELEASE_VERSION }}.zip
asset_name: airdao-nop-rs-x86-64-old.zip
asset_content_type: application/zip

0 comments on commit 7f1cade

Please sign in to comment.