mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
ci: use GLACIER IR class storage for release
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: upload on s3
|
- name: upload on s3
|
||||||
run: |
|
run: |
|
||||||
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
||||||
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
||||||
|
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
- name: upload on s3
|
- name: upload on s3
|
||||||
run: |
|
run: |
|
||||||
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
||||||
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
||||||
|
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
@@ -122,7 +122,7 @@ jobs:
|
|||||||
- name: upload on s3
|
- name: upload on s3
|
||||||
run: |
|
run: |
|
||||||
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
||||||
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
||||||
|
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
@@ -160,7 +160,7 @@ jobs:
|
|||||||
- name: upload on s3
|
- name: upload on s3
|
||||||
run: |
|
run: |
|
||||||
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
|
||||||
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
aws s3 cp --storage-class=GLACIER_IR lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
|
||||||
|
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user