fix ubuntu build to actually be called ubuntu build

This commit is contained in:
Lion Kortlepel
2023-12-05 13:59:31 +01:00
parent bb4b5a3cf8
commit 9a8c9f3cc6

View File

@@ -1,12 +1,10 @@
name: Debian 11 Build
name: Ubuntu 22.04 Build
on: [push]
jobs:
debian-11-build:
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
ubuntu-22-04-build:
runs-on: ubuntu-22.04
steps:
- name: Install git
run: |
@@ -38,6 +36,6 @@ jobs:
- name: Archive server artifact
uses: actions/upload-artifact@v2
with:
name: BeamMP-Server-debian
name: BeamMP-Server-ubuntu
path: ./bin/BeamMP-Server