Skip to content

Ci/release on tag#3

Merged
kostiask merged 3 commits intomasterfrom
ci/release-on-tag
Feb 27, 2026
Merged

Ci/release on tag#3
kostiask merged 3 commits intomasterfrom
ci/release-on-tag

Conversation

@kostiask
Copy link
Collaborator

Summary

This PR adds an automated GitHub Actions release pipeline triggered by tag pushes.
It builds release binaries for both Ubuntu and Windows and publishes them as assets in a GitHub Release.

What changed

  • Added new workflow: .github/workflows/release.yml
  • Trigger:
    • push on tags (*)
  • Introduced matrix build job for:
    • ubuntu-latest -> crypto-linux-amd64
    • windows-latest -> crypto-windows-amd64.exe
  • Added artifact upload per platform build.
  • Added final release job that:
    • downloads all build artifacts
    • creates/updates GitHub Release
    • attaches both binaries as release assets

@kostiask kostiask merged commit a28fe1a into master Feb 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant