Skip to content

Rename mirror.yml to mirror.yaml #39

Rename mirror.yml to mirror.yaml

Rename mirror.yml to mirror.yaml #39

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build bred
run: |
./build.sh
- name: Store artifacts
uses: actions/upload-artifact@v3
with:
name: bred-linux
path: |
./out/Linux/bred