Skip to content

Commit 66b7bf5

Browse files
authored
Update coq-windows.yml
We need if: always() or if: failure ()
1 parent 6f9b5df commit 66b7bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
$files | ForEach-Object { Write-Output "Adding: $_" }
7878
$files | Compress-Archive -DestinationPath timing-files.zip -Force
7979
shell: pwsh
80-
# if: failure()
80+
if: failure()
8181
- name: upload generated timing files
8282
uses: actions/upload-artifact@v4
8383
with:

0 commit comments

Comments
 (0)