Skip to content

Commit

Permalink
ci: 💚 Upload template zip on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 authored Oct 28, 2024
1 parent a1a8ae1 commit e22f373
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/pros-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: LemLib/[email protected]
- name: Checkout Code
uses: actions/checkout@v4
- name: Build Template
id: build_step
uses: LemLib/[email protected]
with:
library-path: gamepad
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/*

0 comments on commit e22f373

Please sign in to comment.