From 6065d1db1188c9a55498f3129a0153dbfcc43e4f Mon Sep 17 00:00:00 2001 From: Sebastian Quintero Date: Fri, 18 Oct 2024 11:59:58 -0500 Subject: [PATCH] Change order of commands --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95d52f5..cda8778 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,9 +98,9 @@ jobs: - name: compile Nextroute Go binaries run: | - bash ./nextmv/compile_binaries.sh ls -lah ls -lah .nextmv + bash ./nextmv/compile_binaries.sh working-directory: ./nextroute - name: upload Go binaries