Skip to content

Commit

Permalink
[release] musl compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyzenith committed Mar 6, 2022
1 parent 86befea commit cbee409
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- name: Setup.
run: make setup

- name: ZIP.
run: ./release.sh
- name: Compile musl-libc.
run: make

- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ env.VERSION }}
prerelease: false
title: "Swhkd ${{ env.VERSION }}"
title: "swhkd musl ${{ env.VERSION }}"
files: |
"*.zip"
bin/*

0 comments on commit cbee409

Please sign in to comment.