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 643fc54 commit 3453113Copy full SHA for 3453113
.github/workflows/build.yml
@@ -74,6 +74,8 @@ jobs:
74
uses: actions/download-artifact@v4
75
with:
76
path: dist
77
+ - name: Print the content of the folder
78
+ run: ls -la dist
79
- name: Create GitHub Release
80
uses: softprops/action-gh-release@v2
81
@@ -84,5 +86,5 @@ jobs:
84
86
## JSON-to-SQL CLI Release
85
87
- **Linux**: `json-to-sql-Linux.zip`
88
- **macOS**: `json-to-sql-macOS.zip`
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
+ env:
90
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments