Skip to content

Commit

Permalink
Debug tree
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 18, 2024
1 parent f5336e5 commit 2b7a8b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ jobs:
working-directory: ./nextroute

- name: compile Nextroute Go binaries
run: bash ./nextmv/compile_binaries.sh
run: |
bash ./nextmv/compile_binaries.sh
ls -lah
ls -lah .nextmv
working-directory: ./nextroute

- name: upload Go binaries
Expand Down

0 comments on commit 2b7a8b9

Please sign in to comment.