We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1626ee2 commit 6660836Copy full SHA for 6660836
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
version: master
25
- name: Compile executables
26
- run: zig build -Dtarget=${{ matrix.os }}-${{ matrix.cpu }} -Doptimize=ReleaseFast
+ run: zig build -Dtarget=${{ matrix.cpu }}-${{ matrix.os }} -Doptimize=ReleaseFast
27
- name: Upload binary (existing release)
28
if: ${{ github.event_name == 'release'}}
29
run: gh release upload ${{ github.ref }} zig-out/bin/ziglint#${{ matrix.os }}-${{ matrix.cpu }}
0 commit comments