We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e7d4a commit 3ce15ecCopy full SHA for 3ce15ec
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
ref: ${{ inputs.release_tag }}
29
- uses: Ledger-Donjon/absolution/.github/actions/setup-zig@main
30
- - run: zig build -Doptimize=${{ matrix.optimize }} -Dstrip=true -Dversion="${RELEASE_TAG}"
+ - run: zig build -Doptimize=${{ matrix.optimize }} -Dstrip=true -Dversion="${RELEASE_TAG}" -Dtarget=x86_64-linux-gnu
31
- name: Upload tarball
32
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
33
0 commit comments