Skip to content

Commit

Permalink
fix: added Darwin ARM64 binary to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 7, 2021
1 parent 3044bcf commit 4541601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
with:
name: disaster-v${{steps.dependencies.outputs.VERSION}}-${{env.GOOS}}-${{env.GOARCH}}.zip
path: disaster-v${{steps.dependencies.outputs.VERSION}}-${{env.GOOS}}-${{env.GOARCH}}.zip
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v1
with:
name: VERSION.env
path: VERSION.env
Expand Down

0 comments on commit 4541601

Please sign in to comment.