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 d275483 commit 22a18c3Copy full SHA for 22a18c3
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Archive binaries
78
run: |
79
cd dist
80
- zip json-to-sql-Linux.zip json-to-sql-Linux
+ zip json-to-sql-linux.zip json-to-sql-Linux
81
zip json-to-sql-macos.zip json-to-sql-macOS
82
- name: Create GitHub Release
83
uses: softprops/action-gh-release@v2
0 commit comments