Skip to content

Commit 845e46e

Browse files
committed
try to debug the workflow
1 parent 97da8e7 commit 845e46e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828

2929
- name: Build project
3030
uses: threeal/cmake-action@v2.1.0
31+
with:
32+
build-type: Release
33+
34+
- name: List files for debugging
35+
run: ls -R build
3136

3237
- name: Upload binaries to release
3338
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)