We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda7717 commit ba1525eCopy full SHA for ba1525e
1 file changed
.github/workflows/build-and-release-cli.yaml
@@ -111,8 +111,8 @@ jobs:
111
ls -la bin/
112
file "bin/${OUTPUT_NAME}" || true
113
114
- - name: Test binary (Linux/macOS only)
115
- if: matrix.goos != 'windows'
+ - name: Test binary (Linux only)
+ if: matrix.goos == 'linux' && matrix.goarch == 'amd64'
116
run: |
117
cd apps/cli
118
chmod +x "bin/asyncstatus-${{ matrix.suffix }}"
0 commit comments