Skip to content

Commit 6c40850

Browse files
author
xi xiao
committed
fix: binary release logic
1 parent 075c0f8 commit 6c40850

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
binary_name="afmt"
6464
artifact_base="${binary_name}-${{ env.VERSION }}-${{ matrix.artifact_name }}"
6565
66-
mkdir "$dirname"
67-
6866
if [ "${{ matrix.os }}" = "windows-latest" ]; then
6967
mv "target/${{ matrix.target }}/release/$binary_name.exe" "${binary_name}.exe"
7068
7z a "${artifact_base}.zip" "${binary_name}.exe"

0 commit comments

Comments
 (0)