Skip to content

Commit c334d8e

Browse files
committed
Update packging for release builds
1 parent 9bff508 commit c334d8e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ endif()
126126

127127
set(PKG_VER ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR})
128128

129-
set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}-x64")
129+
set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}-${ARCH}")
130130
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE)
131131
set(CPACK_PACKAGE_CHECKSUM SHA256)
132132
set(CPACK_GENERATOR ZIP)

jenkins/release.Jenkinsfile

-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ pipeline {
238238
'''
239239
}
240240
}
241-
/*
242241
stage('Sign and notarize') {
243242
environment {
244243
NOTARIZATION_CREDS = credentials('notarization-account')
@@ -258,7 +257,6 @@ pipeline {
258257
}
259258
}
260259
}
261-
*/
262260
stage('Stash') {
263261
steps {
264262
dir('build_rel') {

0 commit comments

Comments
 (0)