We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6303478 commit 72f6fd3Copy full SHA for 72f6fd3
1 file changed
.github/workflows/ci.yml
@@ -41,12 +41,12 @@ jobs:
41
- name: Publish self-contained
42
run: dotnet publish -v normal -c Release -o publishSC -r ${{ matrix.runtime }} --self-contained -p:PublishTrimmed=true gitco.NET/gitco.NET.csproj
43
- name: Upload framework-dependent
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: gitco_${{ matrix.runtime }}${{ matrix.extension }}
47
path: publishFD/gitco${{ matrix.extension }}
48
- name: Upload self-contained
49
50
51
name: gitco_${{ matrix.runtime }}_self-contained${{ matrix.extension }}
52
path: publishSC/gitco${{ matrix.extension }}
0 commit comments