Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 2e0b9fd

Browse files
authored
fix: artifact upload after actual build
1 parent bc2d064 commit 2e0b9fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ jobs:
5656
curl -sSL https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh > elan-init.sh
5757
./elan-init.sh -y
5858
cygpath -w "$USERPROFILE/.elan/bin" >> $GITHUB_PATH
59-
59+
60+
# Build and test
61+
- name: Build LeanInk
62+
run: lake build
63+
6064
# Upload artifact
6165
- name: Upload artifacts
6266
uses: actions/upload-artifact@v2
6367
with:
6468
name: ${{ matrix.os }}
6569
path: build
6670

67-
# Build and test
68-
- name: Build LeanInk
69-
run: lake build
70-
7171
- name: Run tests
7272
run: make -C test run_tests

0 commit comments

Comments
 (0)