Skip to content

Commit

Permalink
Build project for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Puchaczov committed Jul 9, 2024
1 parent 4c1532d commit 7aeaac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
with:
dotnet-version: '8.0.x'
- name: Build
run: dotnet build --configuration Release
- name: Publish
run: |
$scriptLocationDirectory=(Get-Location).ToString()
Expand Down

0 comments on commit 7aeaac3

Please sign in to comment.