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 8db7873 commit 474f12dCopy full SHA for 474f12d
.github/workflows/build.yml
@@ -72,16 +72,12 @@ jobs:
72
steps:
73
- name: Download all built binaries
74
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/
79
- name: Create GitHub Release
80
uses: softprops/action-gh-release@v2
81
with:
82
files: |
83
- dist/json-to-sql-Linux
84
- dist/json-to-sql-macOS
+ json-to-sql-Linux
+ json-to-sql-macOS
85
tag_name: ${{ github.ref }}
86
name: Release ${{ github.ref }}
87
body: |
0 commit comments