mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove $ before env
This commit is contained in:
parent
9f5f04ce8c
commit
d013135531
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 }}.${{ $env.BUILD_NUMBER }}
|
||||
version: ${{ env.FlowVersion }}.${{ env.BUILD_NUMBER }}
|
||||
- uses: actions/cache@v4
|
||||
name: Restore Nuget Cache
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue