Skip to content

Commit fc869db

Browse files
fix build files
1 parent 7e1b2cd commit fc869db

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
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: json-to-sql-${{ runner.os }}
67-
path: dist/*
67+
path: dist/json-to-sql-${{ runner.os == 'Linux' && 'linux' || 'macos' }}
6868
release:
6969
name: Create GitHub Release
7070
needs: build
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
files: |
8181
dist/json-to-sql-Linux
82-
dist/json-to-sql-macos
82+
dist/json-to-sql-macOS
8383
tag_name: ${{ github.ref }}
8484
name: Release ${{ github.ref }}
8585
body: |

0 commit comments

Comments
 (0)