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 0bcb40b commit 8a666c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet build ExplorerTabUtility.sln --configuration Release

- name: Publish executable
run: dotnet publish ExplorerTabUtility.sln --configuration Release --framework net8.0-windows10.0.19041 --output ./output
run: dotnet publish ExplorerTabUtility.sln --configuration Release --framework net8.0-windows --output ./output

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8a666c5

Please sign in to comment.