1 parent 1bbab99 commit fdf8c9cCopy full SHA for fdf8c9c
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
with:
97
path: artifacts/
98
99
- - name: Package ZIPs
+ - name: Package ZIPs
100
run: |
101
for suffix in linux macos windows; do
102
dir="artifacts/${{ env.TARGET }}-${suffix}"
@@ -105,7 +105,7 @@ jobs:
105
106
mkdir -p "pkg/${suffix}"
107
mv "${dir}/build/${{ env.TARGET }}${ext}" "pkg/${suffix}/"
108
- mv "${dir}/LICENSE" "pkg/${suffix}/"
+ mv "${dir}/LICENSE" "pkg/${suffix}/"
109
110
(cd "pkg/${suffix}" && zip "../../${{ env.TARGET }}-${suffix}.zip" "${{ env.TARGET }}${ext}" LICENSE)
111
done
0 commit comments