Skip to content

Commit

Permalink
change release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Oct 24, 2024
1 parent dd98c01 commit da64fb2
Showing 1 changed file with 1 addition 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

0 comments on commit da64fb2

Please sign in to comment.