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