Skip to content

Commit 5a4b285

Browse files
authored
Update ci.yml
1 parent b4179de commit 5a4b285

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ jobs:
1717
- name: Checkout Code
1818
uses: actions/checkout@v3
1919

20-
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
22-
with:
23-
dotnet-version: '8.0.406'
24-
25-
- name: Restore Dependencies
26-
run: dotnet restore
27-
28-
- name: Build the Project
29-
run: dotnet build --no-restore
30-
3120
- name: Create a test directory
3221
run: |
3322
mkdir -p test-artifacts
@@ -37,7 +26,7 @@ jobs:
3726
run: ls -R test-artifacts # Check if the file exists
3827

3928
- name: Upload Test Artifact (v2)
40-
uses: actions/upload-artifact@v2 # Changed to v2 for compatibility
29+
uses: actions/upload-artifact@v2 # Upload the dummy test artifact directory
4130
with:
4231
name: test-artifacts
43-
path: test-artifacts # Upload the dummy test artifact directory
32+
path: test-artifacts

0 commit comments

Comments
 (0)