Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Dec 17, 2023
1 parent b54cb86 commit 4cc9a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4cc9a26

Please sign in to comment.