We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a8b148 + 2c1385f commit e00056eCopy full SHA for e00056e
.github/workflows/dotnet.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Publish CLI (${{matrix.rid}}
70
run: dotnet publish src/CiT.CLI/CiT.CLI.csproj -c Release -r ${{matrix.rid}} --self-contained
71
- name: Upload CLI artifact
72
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
73
with:
74
name: CiT.CLI-${{matrix.rid}}
75
path: src/CiT.CLI/bin/Release/net7.0/${{matrix.rid}}/publish/
0 commit comments