We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523146f commit 8db7873Copy full SHA for 8db7873
.github/workflows/build.yml
@@ -72,8 +72,6 @@ jobs:
72
steps:
73
- name: Download all built binaries
74
uses: actions/download-artifact@v4
75
- with:
76
- path: dist
77
- name: Move binaries to dist directory
78
run: |
79
mv dist/json-to-sql-Linux/* dist/
0 commit comments