Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdidadkhah committed Nov 2, 2024
2 parents 21814f8 + 72a1f8b commit 7f994e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand All @@ -19,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x' # Use the .NET version you need
dotnet-version: '6.0.x'

- name: Create Downloads Directory
run: mkdir -p /home/runner/Downloads
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/dotnet.yml

This file was deleted.

0 comments on commit 7f994e9

Please sign in to comment.