Skip to content

Commit 894b977

Browse files
committed
Remove if success()
1 parent aedbf9c commit 894b977

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
run: dotnet build --configuration Release --no-restore
3030
- name: Test
3131
run: dotnet test --no-restore --verbosity normal
32-
- uses: actions/upload-artifact@v4
33-
if: success()
32+
- uses: actions/upload-artifact@v6
3433
with:
3534
path: **/bin/Release/*.nupkg

0 commit comments

Comments
 (0)