Skip to content

Commit

Permalink
fix release binary copying (#1070)
Browse files Browse the repository at this point in the history
* Add kintsugi collaborator to codeowners (#1069)

Add kintsugi validator collaborator to codeowners, to streamline development on juno

* fix release binary copying
  • Loading branch information
dimiandre committed Sep 23, 2024
1 parent de3c4d1 commit c027c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

* @JakeHartnell @dimiandre
* @JakeHartnell @dimiandre @niilptr
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Docker compose
run: STAKE_TOKEN="ujunox" TIMEOUT_COMMIT=500ms docker compose up -d

- name: Copy binary
run: docker cp juno_node_1:/usr/bin/junod ./junod
run: docker cp juno-node-1:/usr/bin/junod ./junod

- name: Save sha256 sum
run: sha256sum ./junod > ./junod_sha256.txt

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v1
with:
token: ${{ github.token }}
files: |
Expand Down

0 comments on commit c027c46

Please sign in to comment.