Skip to content

Commit 523146f

Browse files
move binaries left and right
1 parent fc869db commit 523146f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
uses: actions/download-artifact@v4
7575
with:
7676
path: dist
77+
- name: Move binaries to dist directory
78+
run: |
79+
mv dist/json-to-sql-Linux/* dist/
80+
mv dist/json-to-sql-macOS/* dist/
7781
- name: Create GitHub Release
7882
uses: softprops/action-gh-release@v2
7983
with:

0 commit comments

Comments
 (0)