Skip to content

Commit 599a221

Browse files
committed
fix invalid workflow
1 parent a484330 commit 599a221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ jobs:
126126
# for now we do not distribute m1 build, this is a workaround for now
127127
- name: Copy autoupdate file for darwin-arm64 (m1 arch)
128128
working-directory: public/
129-
run: |
129+
run: |
130130
cp darwin-amd64.json darwin-arm64.json
131131
cp ${TAG_VERSION}/darwin-amd64.gz ${TAG_VERSION}/darwin-arm64.gz
132-
if: matrix.os == `macos-12` && steps.prerelease.outputs.IS_PRE != 'true'
132+
if: matrix.os == 'macos-12' && steps.prerelease.outputs.IS_PRE != 'true'
133133

134134
- name: Create autoupdate files for win32
135135
run: go-selfupdate -platform windows${{ matrix.arch }} ${{ env.PROJECT_NAME }}${{ matrix.ext }} ${TAG_VERSION}

0 commit comments

Comments
 (0)