Skip to content

Commit 1b5c22d

Browse files
Yong HeYong He
Yong He
authored and
Yong He
committed
fix
1 parent 9838a03 commit 1b5c22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
mkdir ./ttmp
165165
unzip "${base}.zip" -d ./ttmp
166166
echo "packed checksum slangd:"
167-
shasum -a 256 "./tmp/bin/slangd"
167+
shasum -a 256 "./ttmp/bin/slangd"
168168
- name: File check
169169
run: |
170170
find "build/dist-$config" -print0 ! -iname '*.md' ! -iname '*.h' -type f | xargs -0 file

0 commit comments

Comments
 (0)