summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 11ccbd9e..758e6dfc 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -13,11 +13,13 @@ jobs:
include:
- bits: 32
ARCH: "x86"
+ ARCH_NAME: "i386"
- bits: 64
ARCH: "x64"
+ ARCH_NAME: "amd64"
env:
- RELEASE_NAME: raylib-3.1_linux_${{ matrix.ARCH }}
+ RELEASE_NAME: raylib-3.1_linux_${{ matrix.ARCH_NAME }}
steps:
- name: Checkout code