Skip to content

Commit

Permalink
Keep debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 18, 2024
1 parent 2678019 commit ef05c34
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef05c34

Please sign in to comment.