Skip to content

Commit

Permalink
Doing publish instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Jan 8, 2024
1 parent b8f5d9a commit 2d05e71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Build_LODs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
architecture: x64

- name: Build with dotnet
run: dotnet build --configuration Release --output ./build_output --runtime win-x64
- name: Publish with dotnet
run: dotnet publish --configuration Release --output ./build_output --runtime win-x64

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 2d05e71

Please sign in to comment.