We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a236ddb commit 388f8d3Copy full SHA for 388f8d3
lib/main.dart
@@ -108,7 +108,7 @@ Future<void> _impl(List<String> args) async {
108
109
final archivePath = path.join(
110
// `RUNNER_TEMP` variable is guaranteed to be present.
111
- // https://github.com/actions/toolkit/blob/5430c5d84832076372990c7c27f900878ff66dc9/packages/tool-cache/src/tool-cache.ts#L756
+ // https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
112
process.env('RUNNER_TEMP')!,
113
path.url.basename(url),
114
);
0 commit comments