Skip to content

Commit

Permalink
Change witness extract directory
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Apr 13, 2024
1 parent 319c8a9 commit b49dbdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30488,7 +30488,7 @@ const tc = __nccwpck_require__(2275);
async function run() {
// Download Witness
const version = core.getInput("version");
const witnessExtractPath = '/witness/'
const witnessExtractPath = './'

const witnessPath = tc.find('witness', version);
console.log('Cached Witness Path: ' + witnessPath);
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const tc = require('@actions/tool-cache');
async function run() {
// Download Witness
const version = core.getInput("version");
const witnessExtractPath = '/witness/'
const witnessExtractPath = './'

const witnessPath = tc.find('witness', version);
console.log('Cached Witness Path: ' + witnessPath);
Expand Down

0 comments on commit b49dbdf

Please sign in to comment.