Skip to content

Commit

Permalink
ci: 👷 Build and upload template on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 authored Oct 28, 2024
1 parent e22f373 commit 6400155
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pros-build-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build Release

on:
release:
types: [published]

jobs:
build-release:
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
no_commit_hash: true
- name: Upload Template To Release
uses: svenstaro/upload-release-action@v2
with:
file: ${{ github.workspace }}/${{ steps.build_step.outputs.name }}

0 comments on commit 6400155

Please sign in to comment.