Skip to content

Commit

Permalink
fix ubuntu build to actually be called ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Dec 5, 2023
1 parent bb4b5a3 commit 9a8c9f3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down Expand Up @@ -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

0 comments on commit 9a8c9f3

Please sign in to comment.