File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,26 +90,22 @@ jobs:
9090 with :
9191 name : mpy-cross.static-raspbian
9292 path : mpy-cross/mpy-cross.static-raspbian
93-
9493 - name : Build mpy-cross.static
9594 run : make -C mpy-cross -j2 -f Makefile.static
9695 - uses : actions/upload-artifact@v2
9796 with :
9897 name : mpy-cross.static-amd64-linux
9998 path : mpy-cross/mpy-cross.static
100-
10199 - name : Build mpy-cross.static-mingw
102100 run : make -C mpy-cross -j2 -f Makefile.static-mingw
103101 - uses : actions/upload-artifact@v2
104102 with :
105103 name : mpy-cross.static-x64-windows
106104 path : mpy-cross/mpy-cross.static.exe
107-
108105 - name : Upload mpy-cross builds to S3
109106 run : |
110107 [ -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
111108 [ -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
113109 [ -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
114110 env :
115111 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments