mirror of
https://github.com/adulau/mastodon-markdown-archive.git
synced 2024-11-25 03:17:09 +00:00
Compare commits
No commits in common. "94b45ca42e87cd70d5715b55a43bad90efb9878e" and "cd7fdd146db2fe12c2f3132d39279125611798e6" have entirely different histories.
94b45ca42e
...
cd7fdd146d
2 changed files with 1 additions and 26 deletions
24
.github/workflows/release.yaml
vendored
24
.github/workflows/release.yaml
vendored
|
@ -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
|
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -21,5 +21,4 @@
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
|
||||||
example
|
example
|
||||||
test/posts/
|
|
Loading…
Reference in a new issue