Skip to content

Commit 3453113

Browse files
test
1 parent 643fc54 commit 3453113

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ 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
7779
- name: Create GitHub Release
7880
uses: softprops/action-gh-release@v2
7981
with:
@@ -84,5 +86,5 @@ jobs:
8486
## JSON-to-SQL CLI Release
8587
- **Linux**: `json-to-sql-Linux.zip`
8688
- **macOS**: `json-to-sql-macOS.zip`
87-
env:
88-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89+
env:
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)