Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Is mistake in build args?
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBron committed Nov 30, 2022
1 parent f447fb9 commit bd68eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: DES-Core/
# do build!
- name: Build
run: dotnet build --no-restore -c Debug -o outs-win --sc -v n --nologo
run: dotnet build -c Debug -o outs-win --sc -v n --nologo
working-directory: DES-Core/
# upload build
- name: Upload a Build Artifact
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: DES-Core/
# do build!
- name: Build
run: dotnet build --no-restore -c Debug -o outs-linux --sc -v n --nologo
run: dotnet build -c Debug -o outs-linux --sc -v n --nologo
working-directory: DES-Core/
# upload build
- name: Upload a Build Artifact
Expand Down

0 comments on commit bd68eee

Please sign in to comment.