We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a484330 commit 599a221Copy full SHA for 599a221
.github/workflows/release.yml
@@ -126,10 +126,10 @@ jobs:
126
# for now we do not distribute m1 build, this is a workaround for now
127
- name: Copy autoupdate file for darwin-arm64 (m1 arch)
128
working-directory: public/
129
- run: |
+ run: |
130
cp darwin-amd64.json darwin-arm64.json
131
cp ${TAG_VERSION}/darwin-amd64.gz ${TAG_VERSION}/darwin-arm64.gz
132
- if: matrix.os == `macos-12` && steps.prerelease.outputs.IS_PRE != 'true'
+ if: matrix.os == 'macos-12' && steps.prerelease.outputs.IS_PRE != 'true'
133
134
- name: Create autoupdate files for win32
135
run: go-selfupdate -platform windows${{ matrix.arch }} ${{ env.PROJECT_NAME }}${{ matrix.ext }} ${TAG_VERSION}
0 commit comments