Skip to content

Commit

Permalink
Actions: Drop softprops/actions-gh-release (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored Jul 24, 2024
1 parent ca74a48 commit 182dded
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build yukid
- name: Build
run: |
CGO_ENABLED=0 make yukid yukictl deb
CGO_ENABLED=0 make yukictl yukid
- name: Build and Push Image
uses: docker/build-push-action@v6
Expand All @@ -55,8 +55,3 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: softprops/action-gh-release@v1
with:
files: |
yuki*.deb

0 comments on commit 182dded

Please sign in to comment.