From 9a8c9f3cc6c17811db358ce6853cba93a42a6f23 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 5 Dec 2023 13:59:31 +0100 Subject: [PATCH] fix ubuntu build to actually be called ubuntu build --- .github/workflows/build-ubuntu-22.04.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-ubuntu-22.04.yml b/.github/workflows/build-ubuntu-22.04.yml index 8e34f37..2ae01a4 100644 --- a/.github/workflows/build-ubuntu-22.04.yml +++ b/.github/workflows/build-ubuntu-22.04.yml @@ -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