mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
fix
This commit is contained in:
parent
3d84726a05
commit
b54cb8692a
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user