Skip to content

Commit b0c4a58

Browse files
Fix publish
1 parent adf37f1 commit b0c4a58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@v2
1818
- name: Fetch all tags and branches
1919
run: git fetch --prune --unshallow
20+
- name: Build
21+
run: ./build.sh
2022
- name: Upload artifacts
2123
uses: actions/upload-artifact@v2
2224
with:

0 commit comments

Comments
 (0)