From b54cb8692a64c185cdb7abcb007aebf6e56d86a3 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Sun, 17 Dec 2023 19:54:19 +0100 Subject: [PATCH] fix --- .github/workflows/build.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1775b8..41b7cb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,29 +52,33 @@ jobs: build-deployer: strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + version: [windows, windows-32bit, linux, macos] include: - - os: windows-latest + - version: windows + os: windows-latest executable: sc64deployer.exe name: sc64-deployer-windows options: -c -a -f extension: zip - - os: windows-latest + - version: windows-32bit + os: windows-latest executable: sc64deployer.exe name: sc64-deployer-windows-32bit parameters: --target=i686-pc-windows-msvc options: -c -a -f extension: zip - - os: ubuntu-latest + - version: linux + os: ubuntu-latest linux-packages: libudev-dev executable: sc64deployer name: sc64-deployer-linux options: -czf extension: tar.gz - - os: macos-latest + - version: macos + os: macos-latest executable: sc64deployer name: sc64-deployer-macos options: -czf