Skip to content

Commit

Permalink
test(ci): trying to debug ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Jun 22, 2023
1 parent 6e2a2d4 commit 12c0977
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/manual_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Prepare Release Variables
id: vars
uses: ignite/cli/actions/release/vars@main
- name: Debug Files
run: |
ls -la
ls -la release
- name: Debug ingite
uses: ignite/cli/actions/cli@main
with:
args: -h

- name: Create Arm Node Binary
uses: ignite/cli/actions/cli@main
with:
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:arm64
args: chain build --release -t linux:arm64

- name: Upload to transfer.sh
id: upload
Expand Down

0 comments on commit 12c0977

Please sign in to comment.