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 bf30dbc commit eea52f7
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
Expand Up @@ -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}}" >> "$env:GITHUB_ENV"
run: echo "BUILD_ID=${{ github.ref_name }}_$(date +'%Y%j').${{github.run_attempt}}" >> "$GITHUB_ENV"

# Install the .NET Core workload
- name: Install .NET Core
Expand All @@ -39,7 +39,7 @@ jobs:

# Zip the application
- name: Check
run: dir
run: env

- name: Zip project
uses: thedoctor0/zip-release@master
Expand Down

0 comments on commit eea52f7

Please sign in to comment.