File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 - name : upload on s3
4747 run : |
4848 export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
49- aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
49+ aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
5050
5151 - name : Upload the build
5252 uses : ncipollo/release-action@v1
8484 - name : upload on s3
8585 run : |
8686 export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
87- aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
87+ aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
8888
8989 - name : Upload the build
9090 uses : ncipollo/release-action@v1
@@ -122,7 +122,7 @@ jobs:
122122 - name : upload on s3
123123 run : |
124124 export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
125- aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
125+ aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
126126
127127 - name : Upload the build
128128 uses : ncipollo/release-action@v1
@@ -160,7 +160,7 @@ jobs:
160160 - name : upload on s3
161161 run : |
162162 export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
163- aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
163+ aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
164164
165165 - name : Upload the build
166166 uses : ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments