mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
Different action version
This commit is contained in:
parent
ba926f211f
commit
59f576203d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-stls.yml
vendored
4
.github/workflows/build-stls.yml
vendored
|
@ -5,14 +5,14 @@ on:
|
|||
- pull_request
|
||||
|
||||
jobs:
|
||||
compile-firmware:
|
||||
build-stls:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Generate Models
|
||||
uses: pkoehlers/openscad-build-action@v1
|
||||
uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606
|
||||
with:
|
||||
input-file: 'hardware/case/case.scad'
|
||||
output-file: 'case.stl'
|
||||
|
|
Loading…
Reference in a new issue