File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,13 @@ jobs:
103
103
mvn -B verify -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
104
104
popd
105
105
106
- # Create zip of samm-cli
107
- cd tools/samm-cli/target
106
+ # Create .tar.gz of samm-cli
107
+ pushd tools/samm-cli/target
108
108
chmod a+x samm
109
109
tar cfvz samm-cli-linux.tar.gz samm
110
+ popd
111
+ mv tools/samm-cli/target/samm-cli-linux.tar.gz .
112
+ mv tools/samm-cli/target/samm-cli-*.jar .
110
113
env :
111
114
PGP_KEY_PASSWORD : ${{ secrets.PGP_KEY_PASSWORD }}
112
115
@@ -116,8 +119,8 @@ jobs:
116
119
name : linux-artifacts
117
120
path : |
118
121
nexus-staging/
119
- tools/samm-cli/target/ samm-cli-linux.tar.gz
120
- tools/samm-cli/target/ samm-cli-*.jar
122
+ samm-cli-linux.tar.gz
123
+ samm-cli-*.jar
121
124
122
125
# The Windows build will build the Windows-specific samm-cli
123
126
# and upload the binary to the build artifacts
You can’t perform that action at this time.
0 commit comments