Skip to content

Commit

Permalink
Restore goreleaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Jul 23, 2024
1 parent 0979be8 commit aa5fddc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ jobs:
push: true
tags: ghcr.io/ustclug/yukid:${{ github.ref_name }}

# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit aa5fddc

Please sign in to comment.