mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix env variable (again)
This commit is contained in:
parent
e31cde4a80
commit
5cb72bf2f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
with:
|
||||
file: |
|
||||
"**/SolutionAssemblyInfo.cs"
|
||||
version: ${env:FlowVersion}-build.${{ steps.buildnumber.outputs.build_number }}
|
||||
version: $FlowVersion.$BUILD_NUMBER
|
||||
- uses: actions/cache@v4
|
||||
name: Restore Nuget Cache
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue