We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a32f8 commit 89dd7c9Copy full SHA for 89dd7c9
.github/workflows/build_linux.yml
@@ -32,6 +32,14 @@ jobs:
32
33
- name: Move compiled file
34
run: mv ${{github.workspace}}/build/libserialport.so ${{github.workspace}}/lib/dls/
35
+
36
+ - name: Commit artifact changes
37
+ run: |
38
+ git config --local user.email "action@github.com"
39
+ git config --local user.name "GitHub Action"
40
+ git add lib/dls/*
41
+ git commit -m "Add artifact"
42
+ git push
43
44
- name: Archive artifact
45
uses: actions/upload-artifact@v3
0 commit comments