Skip to content

Commit

Permalink
update pros-build
Browse files Browse the repository at this point in the history
  • Loading branch information
SizzinSeal committed Jan 8, 2025
1 parent c9b95c0 commit dc8f67f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pros-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Template
name: PROS Build Template

on:
push:
Expand All @@ -16,14 +16,11 @@ jobs:
uses: actions/checkout@v4

- name: Run LemLib/pros-build
id: build-template
uses: LemLib/pros-build@v2.0.1
with:
copy_readme_and_license_to_include: true
lib_folder_name: units
id: test
uses: LemLib/pros-build@v4.0.0

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build-template.outputs.name }}
name: ${{ steps.test.outputs.name }}
path: ${{ github.workspace }}/template/*

0 comments on commit dc8f67f

Please sign in to comment.