Skip to content

Commit

Permalink
Fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
infin8x-dd committed Feb 2, 2022
1 parent 02bd7bd commit 886a8e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
gox \
-osarch="darwin/arm64 darwin/amd64 windows/amd64 linux/amd64" \
-output="outputs/{{.OS}}/{{.Arch}}/{{.Dir}}"
-output="outputs/{{.OS}}/{{.Dir}}-{{.Arch}}"
- name: Create release
id: create_release
Expand Down
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing guide

(This is mostly for my own reference.)

## How to publish a new version

```sh
git tag v1.0.0
git push origin --tags
```

0 comments on commit 886a8e9

Please sign in to comment.