Skip to content

Commit 388f8d3

Browse files
committed
Update link
1 parent a236ddb commit 388f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Future<void> _impl(List<String> args) async {
108108

109109
final archivePath = path.join(
110110
// `RUNNER_TEMP` variable is guaranteed to be present.
111-
// https://github.com/actions/toolkit/blob/5430c5d84832076372990c7c27f900878ff66dc9/packages/tool-cache/src/tool-cache.ts#L756
111+
// https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
112112
process.env('RUNNER_TEMP')!,
113113
path.url.basename(url),
114114
);

0 commit comments

Comments
 (0)