Skip to content

Create build.yml#35

Open
BIGBOX516 wants to merge 1 commit intoTeamFlos:mainfrom
BIGBOX516:BIGBOX516-patch-1
Open

Create build.yml#35
BIGBOX516 wants to merge 1 commit intoTeamFlos:mainfrom
BIGBOX516:BIGBOX516-patch-1

Conversation

@BIGBOX516
Copy link

name: Build phira-mp-server

on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install Rust
  uses: actions-rs/toolchain@v1
  with:
    toolchain: stable
    override: true
    
- name: Build
  run: cargo build --release -p phira-mp-server
  
- name: Upload Binary
  uses: actions/upload-artifact@v3
  with:
    name: phira-mp-server
    path: target/release/phira-mp-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant