Skip to content

Commit

Permalink
Update 4 dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DinuruSeniya authored Oct 9, 2024
1 parent 8a666c5 commit dae9d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '*'

Expand All @@ -31,7 +31,7 @@ jobs:
run: dotnet publish ExplorerTabUtility.sln --configuration Release --framework net8.0-windows --output ./output

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ExplorerTabUtility-executable
path: ./output

0 comments on commit dae9d0c

Please sign in to comment.