This commit is contained in:
Mateusz Faderewski 2023-12-17 20:04:17 +01:00
parent b54cb8692a
commit 4cc9a265f9

View File

@ -63,9 +63,9 @@ jobs:
- version: windows-32bit
os: windows-latest
executable: sc64deployer.exe
executable: i686-pc-windows-msvc/sc64deployer.exe
name: sc64-deployer-windows-32bit
parameters: --target=i686-pc-windows-msvc
build-params: --target=i686-pc-windows-msvc
options: -c -a -f
extension: zip
@ -105,7 +105,7 @@ jobs:
sudo apt-get -y install ${{ matrix.linux-packages }}
- name: Build deployer
run: cargo b -r ${{ matrix.parameters }}
run: cargo b -r ${{ matrix.build-params }}
working-directory: sw/deployer
- name: Package executable