Skip to content

Commit

Permalink
Improve Makefile and CI
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
  • Loading branch information
bensuperpc committed Jul 23, 2021
1 parent 7a7d1bf commit 60a8861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: sudo make uninstall
- name: "🛠️ build package"
run: sudo make dist
# - name: "🛠️ build full package"
# run: sudo make dist-full
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ clean:
$(RM) -f $(PROJECT_NAME)-full-$(VERSION).tar.xz
$(RM) -f $(PROJECT_NAME)-full-$(VERSION).tar.xz.sha384
@echo "Clean OK"

.PHONY: check dist-full clean dist sync-submodule install uninstall update

0 comments on commit 60a8861

Please sign in to comment.