Skip to content

Commit

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

Echo.WriteLine($"::set-output name=namecheck_new_version_for_dist::yes");
Echo.WriteLine("{namecheck_new_version_for_dist}={value} >> $GITHUB_ENV");
}
catch (Exception ex)
{
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 24b4a4d

Please sign in to comment.