Skip to content

Commit

Permalink
FIX: no upload prebuild libs to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ser-mk committed Sep 2, 2023
1 parent 9682c83 commit 18b7a1a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ jobs:
# git push origin master
- name: push/upload
run: git push origin master
run: |
cd prebuilt_libraries/
git push origin master
4 changes: 3 additions & 1 deletion .github/workflows/raspberry_pi_armv6_bcm2708.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ jobs:
# git push origin master
- name: push/upload
run: git push origin master
run: |
cd prebuilt_libraries/
git push origin master
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ jobs:
# git push origin master
- name: push/upload
run: git push origin master
run: |
cd prebuilt_libraries/
git push origin master
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ jobs:
# git push origin master
- name: push/upload
run: git push origin master
run: |
cd prebuilt_libraries/
git push origin master

0 comments on commit 18b7a1a

Please sign in to comment.