Skip to content

Commit

Permalink
ci: cleanup install folder (#448)
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Pick <[email protected]>
  • Loading branch information
sanderpick authored Sep 23, 2020
1 parent a9bc300 commit 8d32b1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
VERSION=${GITHUB_REF##*/}
OUT=release
mkdir -p ${OUT}
mkdir -p threadsd
rm threadsd/main.go
cp LICENSE threadsd/
cp dist/README.md threadsd/
cp dist/install threadsd/
Expand All @@ -57,7 +57,6 @@ jobs:
mv threadsd_${VERSION}_${OSARCH}.tar.gz ${OUT}/
fi
done
rm -rf threadsd
echo $(ls ./release)
- name: Upload assets to release
uses: AButler/[email protected]
Expand Down

0 comments on commit 8d32b1b

Please sign in to comment.