--exclude='.gitignore'
--exclude='.drone.yml'
--exclude='**/*/messages.po'
- -cvjf ./build/$ARTIFACT --transform "s,^addon,$RELEASE," addon/
+ -cvjf ./build/$ARTIFACT addon/
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
--exclude='.gitignore'
--exclude='.drone.yml'
--exclude='**/*/messages.po'
- -cvjf ./build/$ARTIFACT --transform "s,^addon,$RELEASE," addon/
+ -cvjf ./build/$ARTIFACT addon/
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"