We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5773aa5 commit c8db16cCopy full SHA for c8db16c
1 file changed
.github/workflows/nightly-build.yml
@@ -29,6 +29,7 @@ jobs:
29
publish:
30
runs-on: ubuntu-latest
31
needs: build-all
32
+ if: always()
33
steps:
34
- uses: actions/checkout@master
35
with:
@@ -64,6 +65,9 @@ jobs:
64
65
# ^ Download all artifacts into the same dir.
66
# Each of them is a single file, so no clashes happen.
67
68
+ - name: Check that tier 1 platform builds succeeded
69
+ run: test -f artifacts/fstar-Linux-x86_64.tar.gz
70
+
71
# For debugging.
72
- run: |
73
echo LOCAL
0 commit comments