fix to pass mut in stead of reading it again (#114) #36
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Upload to releases | |
on: | |
push: | |
tags: | |
- 'v*' | |
jobs: | |
build-linux-amd64: | |
uses: ./.github/workflows/build-linux-amd64.yml | |
build-linux-arm64: | |
uses: ./.github/workflows/build-linux-arm64.yml | |
build-darwin-amd64: | |
uses: ./.github/workflows/build-darwin-amd64.yml | |
build-darwin-arm64: | |
uses: ./.github/workflows/build-darwin-arm64.yml |