Skip to content

Commit

Permalink
Update push-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsIgov authored Feb 2, 2024
1 parent 9d07e6f commit 74d32c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:

steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Restore
run: dotnet restore src

- name: Build
run: dotnet build src --configuration Release --no-restore
run: dotnet build src --configuration Release --no-restore

0 comments on commit 74d32c4

Please sign in to comment.