From 7721620f49d7bede81fb2ce16a436ca692e165c5 Mon Sep 17 00:00:00 2001 From: Derek Graham Date: Mon, 24 Jun 2024 14:36:30 +0100 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index e62b89e..7da8b0b 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -1,4 +1,4 @@ -:# This workflow will build and test a Windows Forms desktop application +# This workflow will build and test a Windows Forms desktop application # built on .NET Core. name: .NET Core Desktop @@ -25,7 +25,7 @@ jobs: ref: ${{ github.ref }} - name: Set Build number - run: echo "BUILD_ID=${{ github.ref_name }}_$(date +'%Y%j').${{github.run_attempt}}" >> "$GITHUB_ENV" + run: echo "BUILD_ID=${{ github.ref_name }}_$(date +'%Y%j').${{github.run_attempt}}" >> "$env:GITHUB_ENV" # Install the .NET Core workload - name: Install .NET Core