We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf37f1 commit b0c4a58Copy full SHA for b0c4a58
.github/workflows/publish.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/checkout@v2
18
- name: Fetch all tags and branches
19
run: git fetch --prune --unshallow
20
+ - name: Build
21
+ run: ./build.sh
22
- name: Upload artifacts
23
uses: actions/upload-artifact@v2
24
with:
0 commit comments