From ef05c34b27ab4289cc2ffc2b7ee7d106bade7fcb Mon Sep 17 00:00:00 2001 From: Sebastian Quintero Date: Fri, 18 Oct 2024 17:22:34 -0500 Subject: [PATCH] Keep debugging --- .github/workflows/release.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f93af0f..54025a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,20 @@ jobs: uses: actions/download-artifact@v4 with: name: artifact - path: nextroute/bin + path: nextroute/nextroute/bin + + - name: Print Folder Tree + uses: jaywcjlove/github-action-folder-tree@main + with: + path: ./ + + - name: move Go binaries to the appropriate location + run: mv nextroute/nextroute/bin nextroute/bin + + - name: Print Folder Tree + uses: jaywcjlove/github-action-folder-tree@main + with: + path: ./ - name: build binary wheel and source tarball run: python -m build