Skip to content

Commit

Permalink
Fix dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed May 5, 2022
1 parent fd5b2e5 commit 51d6d7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6110,9 +6110,6 @@ function run() {
yield cacheDependencies(cache, pythonVersion);
}
}
else {
throw new Error("there's empty python-version input");
}
const matchersPath = path.join(__dirname, '../..', '.github');
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
}
Expand Down

0 comments on commit 51d6d7a

Please sign in to comment.