mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-02 01:18:50 +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
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compile-firmware:
|
build-stls:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Generate Models
|
- name: Generate Models
|
||||||
uses: pkoehlers/openscad-build-action@v1
|
uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606
|
||||||
with:
|
with:
|
||||||
input-file: 'hardware/case/case.scad'
|
input-file: 'hardware/case/case.scad'
|
||||||
output-file: 'case.stl'
|
output-file: 'case.stl'
|
||||||
|
|
Loading…
Reference in a new issue