Skip to content

Commit

Permalink
Fix gen controls pdf
Browse files Browse the repository at this point in the history
Update gen_controls.yml
  • Loading branch information
Sid220 authored Nov 12, 2024
2 parents 8e432fe + 7f25273 commit f937d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gen_controls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
run: |
python scripts/gen_controls.py
- name: Upload Controls PDF 1
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: 1_buttons-pdf
path: scripts/1_buttons.pdf
- name: Upload Controls PDF 2
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: 2_buttons-pdf
path: scripts/2_buttons.pdf
path: scripts/2_buttons.pdf

0 comments on commit f937d5a

Please sign in to comment.