Compare commits

..

No commits in common. "94b45ca42e87cd70d5715b55a43bad90efb9878e" and "cd7fdd146db2fe12c2f3132d39279125611798e6" have entirely different histories.

2 changed files with 1 additions and 26 deletions

View file

@ -1,24 +0,0 @@
name: build-go-binary
on:
release:
types: [created] # Indicates that it is triggered when a new Release is created
jobs:
build-go-binary:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: [amd64, arm64] # A packaged schema is required
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.51
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.23
binary_name: "mastodon-markdown-archive"
extra_files: README.md

1
.gitignore vendored
View file

@ -22,4 +22,3 @@
go.work
example
test/posts/