Skip to content

Commit

Permalink
fix release cross
Browse files Browse the repository at this point in the history
  • Loading branch information
gofmanaa committed Jun 25, 2024
1 parent cf92703 commit 2153f2b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ jobs:
runs-on: ${{ matrix.platform.os }}
steps:

- uses: webfactory/[email protected]
- name: Checkout source code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.MAMORU_CORE_KEY }}
${{ secrets.VALIDATION_CHAIN_KEY }}
- name: Checkout source code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down

0 comments on commit 2153f2b

Please sign in to comment.