We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bff508 commit c334d8eCopy full SHA for c334d8e
CMakeLists.txt
@@ -126,7 +126,7 @@ endif()
126
127
set(PKG_VER ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR})
128
129
-set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}-x64")
+set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}-${ARCH}")
130
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE)
131
set(CPACK_PACKAGE_CHECKSUM SHA256)
132
set(CPACK_GENERATOR ZIP)
jenkins/release.Jenkinsfile
@@ -238,7 +238,6 @@ pipeline {
238
'''
239
}
240
241
- /*
242
stage('Sign and notarize') {
243
environment {
244
NOTARIZATION_CREDS = credentials('notarization-account')
@@ -258,7 +257,6 @@ pipeline {
258
257
259
260
261
- */
262
stage('Stash') {
263
steps {
264
dir('build_rel') {
0 commit comments