mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Github action workflow to run a build for the latest version and upload the artifacts to a "latest" pre-release
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$tag = git describe --always --tags "--abbrev=0"
|
||||
$revision = git describe --always --tags
|
||||
$tag = git describe --always --tags "--abbrev=0" --exclude latest
|
||||
$revision = git describe --always --tags --exclude latest
|
||||
|
||||
$text = @"
|
||||
// This file is generated by update-version.ps1
|
||||
@@ -10,4 +10,4 @@ using System.Reflection;
|
||||
[assembly: AssemblyInformationalVersion("$revision")]
|
||||
"@
|
||||
|
||||
$text | Out-File $PSScriptRoot\..\GitVersion.cs -Encoding utf8
|
||||
$text | Out-File $PSScriptRoot\..\GitVersion.cs -Encoding utf8
|
||||
|
Reference in New Issue
Block a user