Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deejaygraham authored Jun 24, 2024
1 parent eea52f7 commit 7721620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7721620

Please sign in to comment.