mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-06 15:56:18 +00:00
fix ubuntu build to actually be called ubuntu build
This commit is contained in:
10
.github/workflows/build-ubuntu-22.04.yml
vendored
10
.github/workflows/build-ubuntu-22.04.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user