Skip to content

Commit 69fbac3

Browse files
committed
add swig artifact
1 parent afc84c9 commit 69fbac3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pyhton.generate-wrapper.yml

+9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
name: python-sources
2525
path: python-wrapper/sensirion_gas_index_algorithm/**
2626
if-no-files-found: error
27+
- uses: actions/upload-artifact@v4
28+
with:
29+
name: swig-sources
30+
path: python-wrapper/swig/**
31+
if-no-files-found: error
2732
py3p8_linux_build:
2833
runs-on: "ubuntu-22.04"
2934
needs: generate-wrapper
@@ -36,6 +41,10 @@ jobs:
3641
with:
3742
name: python-sources
3843
path: python-wrapper/sensirion_gas_index_algorithm
44+
- uses: actions/download-artifact@v4
45+
with:
46+
name: swig-sources
47+
path: python-wrapper/swig
3948
- name: check source files
4049
run: ls -al sensirion_gas_index_algorithm
4150
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)