File tree Expand file tree Collapse file tree 7 files changed +79346
-39375
lines changed Expand file tree Collapse file tree 7 files changed +79346
-39375
lines changed Original file line number Diff line number Diff line change 1
1
name : Build
2
2
3
3
on :
4
- pull_request_target :
5
- types :
6
- - closed
4
+ push :
5
+ pull_request :
7
6
8
7
jobs :
9
8
build :
@@ -32,16 +31,17 @@ jobs:
32
31
- name : Dependencies
33
32
run : |
34
33
sudo apt update
35
- wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.6.3/kibot_1.6.3-1_all.deb
34
+
35
+ wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.7.0/kibot_1.7.0-1_all.deb
36
36
sudo apt install ./kibot*_all.deb
37
37
38
- wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.7 .0-1/interactivehtmlbom.inti-cmnb_2.7 .0-1_all.deb
39
- sudo apt install ./interactivehtmlbom.inti-cmnb_2.7.0-1_all .deb
38
+ wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.9 .0-1/interactivehtmlbom.inti-cmnb_2.9 .0-1_all.deb
39
+ sudo apt install ./interactivehtmlbom.inti-cmnb*_all .deb
40
40
41
- wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.2.8 /kiauto_2.2.8 -1_all.deb
42
- sudo apt install ./kiauto_2.2.8-1_all .deb
41
+ wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.3.2 /kiauto_2.3.2 -1_all.deb
42
+ sudo apt install ./kiauto*_all .deb
43
43
44
- sudo add-apt-repository --yes ppa:kicad/kicad-7 .0-releases
44
+ sudo add-apt-repository --yes ppa:kicad/kicad-8 .0-releases
45
45
sudo apt install --install-recommends kicad
46
46
47
47
git clone https://github.com/Kampi/KiCad.git library
81
81
git commit -m "Add image from CI/CD action"
82
82
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
83
83
echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
84
- git push origin ${{ github.base_ref }}
84
+ git push origin ${{ github.base_ref }}
You can’t perform that action at this time.
0 commit comments