Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed Apr 1, 2024
1 parent 1b13681 commit 0194c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: dotnet restore
- name: Publish
run: dotnet publish -c Release -p:PublishSingleFile=true
- name: Archive
- name: Archive artifact
uses: actions/upload-artifact@v4
with:
name: publish
path: ${{ github.workspace }}\ConsoleApp2\publish
name: publish Windows x64 single executable file
path: ${{ github.workspace }}\ConsoleApp2\publish\net8.0-windows10.0.22621.0\win-x64\publish

0 comments on commit 0194c46

Please sign in to comment.