Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nbungu committed Jun 9, 2024
1 parent 58631c9 commit 8adb634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-bauphysik-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

- run: dotnet restore ${{ env.PROJECT_PATH }}

- run: dotnet build ${{ env.PROJECT_PATH }} -c Release --no-restore
#- run: dotnet build ${{ env.PROJECT_PATH }} -c Release --no-restore

- run: dotnet publish ${{ env.PROJECT_PATH }} -c Release --self-contained -r win-x64 -p:PublishSingleFile=true --no-build
- run: dotnet publish ${{ env.PROJECT_PATH }} -c Release --self-contained -r win-x64 -p:PublishSingleFile=true #--no-build

- uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit 8adb634

Please sign in to comment.