mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-22 05:40:23 +01:00
CI: add openSUSE Leap 15.5
This commit is contained in:
parent
24c14efce2
commit
42755811aa
1 changed files with 11 additions and 3 deletions
|
@ -1,11 +1,19 @@
|
|||
name: Enterprise Linux
|
||||
name: Linux
|
||||
on: push
|
||||
jobs:
|
||||
Release:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [el7, el8, el9]
|
||||
include:
|
||||
- name: Enterprise Linux 7
|
||||
version: el7
|
||||
- name: Enterprise Linux 8
|
||||
version: el8
|
||||
- name: Enterprise Linux 9
|
||||
version: el9
|
||||
- name: openSUSE Leap 15.5
|
||||
version: lp155
|
||||
steps:
|
||||
- name: Cloning
|
||||
uses: actions/checkout@v4
|
||||
|
@ -32,6 +40,6 @@ jobs:
|
|||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Enterprise Linux ${{matrix.version}}
|
||||
name: ${{matrix.name}}
|
||||
path: |
|
||||
${{github.workspace}}/rpms/x86_64/*.rpm
|
Loading…
Reference in a new issue