Skip to content

Commit e2e7c74

Browse files
committed
dr
Signed-off-by: acejilam <[email protected]>
1 parent cf23af7 commit e2e7c74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/aws-gateway-load-balancer-tunnel-handler/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ EOL
3434

3535
# Build the Debian package
3636
dpkg-deb --build aws-gwlbtun
37-
mv aws-gwlbtun.deb aws-gwlbtun_arm64.deb
3837
cp *.deb ${CWD}

vars/cloneAndBuild.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ def call(description, architecture, pkgList, buildCmd) {
8484
currentBuild.result = 'SUCCESS'
8585
}
8686
} else {
87-
archiveArtifacts artifacts: "**/*_${architecture}.deb", fingerprint: true
87+
archiveArtifacts artifacts: "**/*.deb", fingerprint: true
8888
}
8989
}

0 commit comments

Comments
 (0)