Skip to content

Commit

Permalink
test(ci): trying to debug ci error part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Jun 22, 2023
1 parent 12c0977 commit 8c5a444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/manual_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- name: Debug Files
run: |
ls -la
ls -la release
- name: Debug ingite
uses: ignite/cli/actions/cli@main
Expand All @@ -56,7 +55,6 @@ jobs:
- name: Upload to transfer.sh
id: upload
run: |
ls -la
ls -la release
TRANSFER_URL=$(curl --upload-file release/seda-chain_linux_arm64.tar.gz https://transfer.sh/seda-chain_linux_arm64.tar.gz)
echo "transfer_url=$TRANSFER_URL" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8c5a444

Please sign in to comment.