Skip to content

Commit

Permalink
fix mac artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Sep 1, 2024
1 parent 2591bfa commit be87ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/cicd/jenkins/test-builds-no-nix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pipeline {
'''
sh '''
cd artifacts
zip -9r build-macos-portable.sh ./*
zip -9r ton-x86-64-macos-portable ./*
'''
archiveArtifacts artifacts: 'artifacts/ton-x86-64-macos-portable.zip'
}
Expand Down

0 comments on commit be87ed1

Please sign in to comment.