Skip to content

Commit

Permalink
Attempt github workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsk committed Feb 12, 2024
1 parent db62fae commit 5c5a378
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 32 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
release:
types: [created]

permissions:
contents: write
packages: write

jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: "sway-fader"
extra_files: LICENSE README.md
5 changes: 0 additions & 5 deletions Makefile

This file was deleted.

0 comments on commit 5c5a378

Please sign in to comment.