Skip to content

Commit

Permalink
Update push_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszskoczek authored Mar 11, 2024
1 parent 7cf221b commit 431c3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Create the app
- name: Build application
run: dotnet build /p:Configuration=Release /p:Platform=x64 -o bin
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: build
path: VDownload\\bin
path: bin

0 comments on commit 431c3d5

Please sign in to comment.