forked from mirrors/jj
github: remove complete
directory for releases
This directory doesn't seem to do anything.
This commit is contained in:
parent
f0538a1d06
commit
672f9e85cb
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue