Skip to content

Rerun build.yml

Rerun build.yml #9

Workflow file for this run

name: PROS Build Example
on:
push:
branches: "**"
pull_request:
branches: "**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run abucky0/pros-build
id: test
uses: lemlib/pros-build@main
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ steps.test.outputs.name }}
path: ${{ github.workspace }}/template/*