Skip to content

Commit

Permalink
Fix path to .nextmv
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 18, 2024
1 parent 6065d1d commit 2939a6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ jobs:

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

- name: upload Go binaries
Expand Down

0 comments on commit 2939a6b

Please sign in to comment.