Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
A-J-Bauer committed Feb 29, 2024
1 parent 7fd9d76 commit c255d25
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 @@ -171,7 +171,7 @@ static void Main(string[] args)
jsMin.Minify(streamReader, streamWriter);
}

Console.WriteLine($"::exportVariable min_file_path={minfilepath}");
Console.WriteLine($"::set-env name=min_file_path::{minfilepath}");
}
catch (Exception ex)
{
Expand Down
2 changes: 1 addition & 1 deletion vgauge.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// vgauge.js 1.0.2, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text.
// vgauge.js 1.0.3, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text.

class VGauge {
static isNonEmptyString(s) {
Expand Down

0 comments on commit c255d25

Please sign in to comment.