Update linux.yml
This commit is contained in:
parent
279182ca14
commit
f3091185ca
1 changed files with 3 additions and 1 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -13,11 +13,13 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- bits: 32
|
- bits: 32
|
||||||
ARCH: "x86"
|
ARCH: "x86"
|
||||||
|
ARCH_NAME: "i386"
|
||||||
- bits: 64
|
- bits: 64
|
||||||
ARCH: "x64"
|
ARCH: "x64"
|
||||||
|
ARCH_NAME: "amd64"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RELEASE_NAME: raylib-3.1_linux_${{ matrix.ARCH }}
|
RELEASE_NAME: raylib-3.1_linux_${{ matrix.ARCH_NAME }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue