Skip to content

Commit a76cdf7

Browse files
committed
ci: use GLACIER IR class storage for release
1 parent e2f9ca6 commit a76cdf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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
@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)