Skip to content

Commit 1c2dba2

Browse files
committed
Fix upload-artifact step
1 parent a3d8303 commit 1c2dba2

1 file changed

Lines changed: 1 addition & 44 deletions

File tree

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
name: Build Stability Matrix (Windows)
32

43
on:
@@ -11,59 +10,24 @@ on:
1110
jobs:
1211
build-windows:
1312
runs-on: windows-latest
14-
=======
15-
name: Build
16-
17-
on:
18-
push:
19-
branches: [ main, dev ]
20-
pull_request:
21-
branches: [ main, dev ]
22-
23-
jobs:
24-
build:
25-
runs-on: ubuntu-latest
26-
>>>>>>> 8c0a4959 (Rename workflow file to remove spaces)
2713

2814
steps:
2915
- name: Checkout repository
3016
uses: actions/checkout@v4
31-
<<<<<<< HEAD
32-
=======
3317
with:
3418
fetch-depth: 0
35-
>>>>>>> 8c0a4959 (Rename workflow file to remove spaces)
3619

3720
- name: Setup .NET SDK 9.x
3821
uses: actions/setup-dotnet@v4
3922
with:
4023
dotnet-version: '9.0.x'
4124

42-
<<<<<<< HEAD
4325
- name: Restore Avalonia project
4426
run: dotnet restore StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj
4527

4628
- name: Restore Tests project
4729
run: dotnet restore StabilityMatrix.Tests/StabilityMatrix.Tests.csproj
4830

49-
=======
50-
- name: Restore dependencies
51-
run: dotnet restore StabilityMatrix.sln
52-
53-
- name: Build
54-
run: dotnet build StabilityMatrix.sln --configuration Release --no-restore
55-
56-
<<<<<<< HEAD
57-
- name: Publish Avalonia app
58-
run: >
59-
dotnet publish
60-
StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj
61-
-c Release
62-
-r linux-x64
63-
--self-contained false
64-
/p:PublishReadyToRun=false
65-
=======
66-
>>>>>>> 8c0a4959 (Rename workflow file to remove spaces)
6731
- name: Build Avalonia project
6832
run: dotnet build StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj -c Release --no-restore --no-cache
6933

@@ -80,11 +44,4 @@ jobs:
8044
uses: actions/upload-artifact@v4
8145
with:
8246
name: StabilityMatrix-win10-x64
83-
path: ./publish/win10-x64/*
84-
compression-level: 6
85-
<<<<<<< HEAD
86-
retention-days: 14
87-
=======
88-
retention-days: 14
89-
>>>>>>> d8d9b710 (Update Stability Matrix AI build.yml)
90-
>>>>>>> 8c0a4959 (Rename workflow file to remove spaces)
47+
path: ./publish/win10-x64

0 commit comments

Comments
 (0)