File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Setup HashLink VM
2- ![ PowerShell] ( https://badgen.net/static/pwsh /%3E%3D7.5/green ) ![ Action ] ( https://badgen.net/static/action /v7.1.0/blue ) ![ License] ( https://badgen.net/static/license/MIT/blue )
2+ ![ PowerShell] ( https://badgen.net/static/powershell /%3E%3D7.5/green ) ![ PSGallery ] ( https://badgen.net/static/module /v7.1.0/blue ) ![ License] ( https://badgen.net/static/license/MIT/blue )
33
44Set up your [ GitHub Actions] ( https://docs.github.com/en/actions ) workflow with a specific version of the [ HashLink VM] ( https://hashlink.haxe.org ) .
55
Original file line number Diff line number Diff line change 11" Updating the version number in the sources..."
22$version = (Import-PowerShellDataFile " SetupHashLink.psd1" ).ModuleVersion
3- (Get-Content " ReadMe.md" ) -replace " action\ /v\d+(\.\d+){2}" , " action /v$version " | Out-File " ReadMe.md"
3+ (Get-Content " ReadMe.md" ) -replace " module /v\d+(\.\d+){2}" , " module /v$version " | Out-File " ReadMe.md"
You can’t perform that action at this time.
0 commit comments