Skip to content

Commit d275483

Browse files
fix fix
1 parent 8a69c84 commit d275483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
- name: Archive binaries
7878
run: |
7979
cd dist
80-
zip json-to-sql-Linux.zip json-to-sql-linux
81-
zip json-to-sql-macOS.zip json-to-sql-macos
80+
zip json-to-sql-Linux.zip json-to-sql-Linux
81+
zip json-to-sql-macos.zip json-to-sql-macOS
8282
- name: Create GitHub Release
8383
uses: softprops/action-gh-release@v2
8484
with:

0 commit comments

Comments
 (0)