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 28a552c commit 21439d2Copy full SHA for 21439d2
1 file changed
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
90
# List files for debugging
91
echo "Files in dist directory:"
92
- ls -la dist/
+ ls -la .
93
94
- name: Create Release
95
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v')
0 commit comments