From 0378f19a752acb69b471631451119e48ac72c499 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:57:51 +0200 Subject: [PATCH] set matrix target --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c71a39..e740018 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: - uses: actions/checkout@v2 - uses: taiki-e/upload-rust-binary-action@v1 with: + target: ${{ matrix.target }} bin: alterware-launcher tar: unix zip: windows