Skip to content

Commit

Permalink
making export ecad run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed May 30, 2022
1 parent 1e25848 commit 396938b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/export-ecad.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Export ECAD
on:
workflow_dispatch:
release:
types: [ published ]

jobs:
export-ecad:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/export-mcad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
- name: Upload STLs as Artifacts
uses: actions/upload-artifact@v2
with:
name: LumenPnP-STLs.zip
name: LumenPnP-STLs
path: ~/LumenPnP-STLs.zip
if-no-files-found: error
retention-days: 60

- name: Upload DXFs as Artifacts
uses: actions/upload-artifact@v2
with:
name: LumenPnP-DXFs.zip
name: LumenPnP-DXFs
path: ~/LumenPnP-DXFs.zip
if-no-files-found: error
retention-days: 60
Expand Down

0 comments on commit 396938b

Please sign in to comment.