Skip to content

Merge pull request #22 from LemLib/ci/fix-build-action #279

Merge pull request #22 from LemLib/ci/fix-build-action

Merge pull request #22 from LemLib/ci/fix-build-action #279

Workflow file for this run

name: Build Template
on:
push:
branches: "**"
pull_request:
branches: "**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build Template
id: build_step
uses: LemLib/[email protected]
with:
lib_folder_name: "gamepad"
copy_readme_and_license_to_include: true
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build_step.outputs.name }}
path: ${{ github.workspace }}/template/*