Skip to content

Commit

Permalink
fix copy paste error during publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mlx-kva committed Mar 2, 2021
1 parent 7b866d5 commit c643876
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ jobs:
- uses: actions/download-artifact@master
with:
name: bin_rpi4
path: devicetree/libs
path: mlx90641/libs
- uses: actions/download-artifact@master
with:
name: bin_jetson_nano
path: devicetree/libs
path: mlx90641/libs
- uses: actions/download-artifact@master
with:
name: bin_linux_pc
path: devicetree/libs
path: mlx90641/libs
- uses: actions/download-artifact@master
with:
name: bin_win10_pc
path: devicetree/libs
path: mlx90641/libs
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = '0.1.2'
version = '0.1.3'

requires = []

Expand Down

0 comments on commit c643876

Please sign in to comment.