Skip to content

Commit

Permalink
Update packging for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jan 4, 2021
1 parent 9bff508 commit c334d8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ endif()

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

set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}-x64")
set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}-${ARCH}")
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE)
set(CPACK_PACKAGE_CHECKSUM SHA256)
set(CPACK_GENERATOR ZIP)
Expand Down
2 changes: 0 additions & 2 deletions jenkins/release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ pipeline {
'''
}
}
/*
stage('Sign and notarize') {
environment {
NOTARIZATION_CREDS = credentials('notarization-account')
Expand All @@ -258,7 +257,6 @@ pipeline {
}
}
}
*/
stage('Stash') {
steps {
dir('build_rel') {
Expand Down

0 comments on commit c334d8e

Please sign in to comment.