File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -90,26 +90,22 @@ jobs:
90
90
with :
91
91
name : mpy-cross.static-raspbian
92
92
path : mpy-cross/mpy-cross.static-raspbian
93
-
94
93
- name : Build mpy-cross.static
95
94
run : make -C mpy-cross -j2 -f Makefile.static
96
95
- uses : actions/upload-artifact@v2
97
96
with :
98
97
name : mpy-cross.static-amd64-linux
99
98
path : mpy-cross/mpy-cross.static
100
-
101
99
- name : Build mpy-cross.static-mingw
102
100
run : make -C mpy-cross -j2 -f Makefile.static-mingw
103
101
- uses : actions/upload-artifact@v2
104
102
with :
105
103
name : mpy-cross.static-x64-windows
106
104
path : mpy-cross/mpy-cross.static.exe
107
-
108
105
- name : Upload mpy-cross builds to S3
109
106
run : |
110
107
[ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp mpy-cross/mpy-cross.static-raspbian s3://adafruit-circuit-python/bin/mpy-cross/mpy-cross.static-raspbian-${{ env.CP_VERSION }} --no-progress --region us-east-1
111
108
[ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp mpy-cross/mpy-cross.static s3://adafruit-circuit-python/bin/mpy-cross/mpy-cross.static-amd64-linux-${{ env.CP_VERSION }} --no-progress --region us-east-1
112
- [ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp mpy-cross/mpy-cross.static-mingw s3://adafruit-circuit-python/bin/mpy-cross/mpy-cross.static-mingw-${{ env.CP_VERSION }} --no-progress --region us-east-1
113
109
[ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp mpy-cross/mpy-cross.static.exe s3://adafruit-circuit-python/bin/mpy-cross/mpy-cross.static-x64-windows-${{ env.CP_VERSION }}.exe --no-progress --region us-east-1
114
110
env :
115
111
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments