Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed Feb 17, 2021
1 parent adf37f1 commit b0c4a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v2
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Build
run: ./build.sh
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit b0c4a58

Please sign in to comment.