Skip to content

Commit

Permalink
extracting downloaded encoder correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Sep 4, 2024
1 parent 3516ff2 commit 4c5f54a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/check-dist.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/evaluation.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = async function encoder() {
options.failOnStdErr = false
options.ignoreReturnCode = false
await exec.exec(
`tar -xzvf ${gzip_encoder_path} -C ${ioncube_folder} --strip-components=1`,
`tar -xzvf ${gzip_encoder_path} -C ${ioncube_folder.replace('/dist')} --strip-components=1`,
[],
options
)
Expand Down

0 comments on commit 4c5f54a

Please sign in to comment.