Skip to content

Commit 89dd7c9

Browse files
committed
Update build_linux.yml
1 parent 91a32f8 commit 89dd7c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232

3333
- name: Move compiled file
3434
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
3543
3644
- name: Archive artifact
3745
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)