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 193ae8a + 158e69b commit a37b214Copy full SHA for a37b214
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
csproj-files: "**/*.csproj"
32
- run: dotnet build ${{ github.event.repository.name }}.sln -c ${{ matrix.configuration }}
33
working-directory: ${{ env.GITHUB_WORKSPACE }}
34
- - uses: actions/upload-artifact@v4.6.1
+ - uses: actions/upload-artifact@v4.6.2
35
with:
36
name: ${{ github.event.repository.name }}.${{ matrix.configuration }}
37
path: bin/${{ matrix.configuration }}
0 commit comments