Skip to content

Commit 474f12d

Browse files
build fixes
1 parent 8db7873 commit 474f12d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,12 @@ jobs:
7272
steps:
7373
- name: Download all built binaries
7474
uses: actions/download-artifact@v4
75-
- name: Move binaries to dist directory
76-
run: |
77-
mv dist/json-to-sql-Linux/* dist/
78-
mv dist/json-to-sql-macOS/* dist/
7975
- name: Create GitHub Release
8076
uses: softprops/action-gh-release@v2
8177
with:
8278
files: |
83-
dist/json-to-sql-Linux
84-
dist/json-to-sql-macOS
79+
json-to-sql-Linux
80+
json-to-sql-macOS
8581
tag_name: ${{ github.ref }}
8682
name: Release ${{ github.ref }}
8783
body: |

0 commit comments

Comments
 (0)