mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-11 05:46:35 -06:00
Fixes 'bin' path for macOS and Linux
This commit is contained in:
parent
b4bcd6c6df
commit
a79ab34704
2
dist/build/index.js
vendored
2
dist/build/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/configure/index.js
vendored
2
dist/configure/index.js
vendored
File diff suppressed because one or more lines are too long
@ -268,7 +268,7 @@ async function splitDepsDebugSymbols(extension, splitter, performUpload) {
|
||||
}
|
||||
|
||||
async function splitAudacityDebugSymbols(buildDir, buildType, extension, splitter, performUpload) {
|
||||
const binDir = path.join(buildDir, 'bin', buildType);
|
||||
const binDir = path.join(buildDir, buildType);
|
||||
|
||||
// Find all executable files, that
|
||||
// do not have an extesion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user