We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f10a1 commit b7b5b35Copy full SHA for b7b5b35
.github/workflows/release.yml
@@ -141,7 +141,6 @@ jobs:
141
run: go-selfupdate ${{ env.PROJECT_NAME }}${{ matrix.ext }} ${TAG_VERSION}
142
if: matrix.arch != '386' && steps.prerelease.outputs.IS_PRE != 'true'
143
144
- # for now we do not distribute m1 build, this is a workaround for now
145
- name: Copy autoupdate file for darwin-arm64 (m1 arch)
146
working-directory: public/
147
run: |
0 commit comments