Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Jun 10, 2024
1 parent a236ddb commit 388f8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Future<void> _impl(List<String> args) async {

final archivePath = path.join(
// `RUNNER_TEMP` variable is guaranteed to be present.
// 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
process.env('RUNNER_TEMP')!,
path.url.basename(url),
);
Expand Down

0 comments on commit 388f8d3

Please sign in to comment.