Skip to content

Commit 7e1b2cd

Browse files
fix build files
1 parent 3453113 commit 7e1b2cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
uses: actions/download-artifact@v4
7575
with:
7676
path: dist
77-
- name: Print the content of the folder
78-
run: ls -la dist
7977
- name: Create GitHub Release
8078
uses: softprops/action-gh-release@v2
8179
with:
82-
files: dist/*
80+
files: |
81+
dist/json-to-sql-Linux
82+
dist/json-to-sql-macos
8383
tag_name: ${{ github.ref }}
8484
name: Release ${{ github.ref }}
8585
body: |

0 commit comments

Comments
 (0)