Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
A-J-Bauer committed Mar 1, 2024
1 parent 646359b commit bc858cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/MinifyVersionPublishToFolder/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ static void Main(string[] args)
}
else
{
Environment.SetEnvironmentVariable("$GITHUB_OUTPUT", $"version={version}");
Echo.Notice.WriteLine($"Minified {filename}, version={version} to {args[1]}, added sha384 hash to {Path.GetFileName(integrityfilepath)}");
Environment.SetEnvironmentVariable("GITHUB_OUTPUT", $"version={version}");
}

Environment.Exit(error ? 1 : 0);
Expand Down
2 changes: 1 addition & 1 deletion vgauge.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,4 +634,4 @@ class VGauge {
icon.setAttribute('opacity', opacity);
}
}
}
}

0 comments on commit bc858cc

Please sign in to comment.