keep the foldername "addon"
This commit is contained in:
parent
6164c8416c
commit
0ef95fdb75
|
@ -121,7 +121,7 @@ steps:
|
||||||
--exclude='.gitignore'
|
--exclude='.gitignore'
|
||||||
--exclude='.drone.yml'
|
--exclude='.drone.yml'
|
||||||
--exclude='**/*/messages.po'
|
--exclude='**/*/messages.po'
|
||||||
-cvjf ./build/$ARTIFACT --transform "s,^addon,$RELEASE," addon/
|
-cvjf ./build/$ARTIFACT addon/
|
||||||
- # calculate SHA256 checksum
|
- # calculate SHA256 checksum
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
|
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
|
||||||
|
@ -213,7 +213,7 @@ steps:
|
||||||
--exclude='.gitignore'
|
--exclude='.gitignore'
|
||||||
--exclude='.drone.yml'
|
--exclude='.drone.yml'
|
||||||
--exclude='**/*/messages.po'
|
--exclude='**/*/messages.po'
|
||||||
-cvjf ./build/$ARTIFACT --transform "s,^addon,$RELEASE," addon/
|
-cvjf ./build/$ARTIFACT addon/
|
||||||
- # calculate SHA256 checksum
|
- # calculate SHA256 checksum
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
|
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user