ok/jj
1
0
Fork 0
forked from mirrors/jj

github: remove complete directory for releases

This directory doesn't seem to do anything.
This commit is contained in:
Waleed Khan 2022-04-08 01:07:16 -07:00 committed by Martin von Zweigbergk
parent f0538a1d06
commit 672f9e85cb

View file

@ -51,7 +51,6 @@ jobs:
run: |
outdir="./target/${{ matrix.target }}/release"
staging="jj-${{ github.event.release.tag_name }}-${{ matrix.target }}"
mkdir -p "$staging"/complete
cp {README.md,LICENSE} "$staging/"
if [ "${{ matrix.os }}" = "windows-2022" ]; then
cp "target/${{ matrix.target }}/release/jj.exe" "$staging/"