Skip to content

Commit 435ab48

Browse files
committedJul 9, 2024··
ci wobble
1 parent 45ee49e commit 435ab48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release-linux-glibc-2-17.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: File check
5757
run: |
58-
find "build/dist-$config" ! -iname '*.md' ! -iname '*.h' -type f | xargs file
58+
find "build/dist-release" ! -iname '*.md' ! -iname '*.h' -type f | xargs file
5959
6060
- name: UploadBinary
6161
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)
Please sign in to comment.