Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Fix packaging again, ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Apr 3, 2021
1 parent 342e8d5 commit 22ed86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ version=$(echo "${ref}" | cut -d/ -f3)
dst="${plugin}-${version}-${target}${suffix}"

strip "${bindir}/${plugin}${ext}" || true
mkdir -p "${dst}"
cp "${bindir}/${plugin}${ext}" "${dst}/${plugin}${suffix}${ext}"
cp "${plugin}/README.md" "${dst}/README.md"
cp CHANGELOG.md COPYRIGHT LICENSE-MIT LICENSE-APACHE "${dst}/"
Expand Down

0 comments on commit 22ed86c

Please sign in to comment.