keep the foldername "addon"

This commit is contained in:
Philipp Holzer 2021-09-02 20:06:31 +02:00
parent 6164c8416c
commit 0ef95fdb75
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ steps:
--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"
@ -213,7 +213,7 @@ steps:
--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"