Skip to content

Commit fdf8c9c

Browse files
committed
workflow fix?
1 parent 1bbab99 commit fdf8c9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
path: artifacts/
9898

99-
- name: Package ZIPs
99+
- name: Package ZIPs
100100
run: |
101101
for suffix in linux macos windows; do
102102
dir="artifacts/${{ env.TARGET }}-${suffix}"
@@ -105,7 +105,7 @@ jobs:
105105
106106
mkdir -p "pkg/${suffix}"
107107
mv "${dir}/build/${{ env.TARGET }}${ext}" "pkg/${suffix}/"
108-
mv "${dir}/LICENSE" "pkg/${suffix}/"
108+
mv "${dir}/LICENSE" "pkg/${suffix}/"
109109
110110
(cd "pkg/${suffix}" && zip "../../${{ env.TARGET }}-${suffix}.zip" "${{ env.TARGET }}${ext}" LICENSE)
111111
done

0 commit comments

Comments
 (0)