Release New Version
This commit is contained in:
parent
4e37e8d084
commit
48675fbfc8
|
|
@ -313,7 +313,7 @@ jobs:
|
||||||
- name: 1 Upload SP_UEFI_VMDK to SharePoint
|
- name: 1 Upload SP_UEFI_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_IMG_GZ }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_UEFI_IMG_GZ }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -322,7 +322,7 @@ jobs:
|
||||||
- name: 2 Upload SP_UEFI_VMDK to SharePoint
|
- name: 2 Upload SP_UEFI_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_VMDK }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_UEFI_VMDK }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -331,7 +331,7 @@ jobs:
|
||||||
- name: 5 Upload SP_LEGACY_IMG_GZ to SharePoint
|
- name: 5 Upload SP_LEGACY_IMG_GZ to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_IMG_GZ }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_LEGACY_IMG_GZ }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -340,7 +340,7 @@ jobs:
|
||||||
- name: 6 Upload SP_LEGACY_VMDK to SharePoint
|
- name: 6 Upload SP_LEGACY_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_VMDK }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_LEGACY_VMDK }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
|
||||||
|
|
@ -308,7 +308,7 @@ jobs:
|
||||||
- name: 1 Upload SP_UEFI_VMDK to SharePoint
|
- name: 1 Upload SP_UEFI_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_IMG_GZ }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_UEFI_IMG_GZ }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -317,7 +317,7 @@ jobs:
|
||||||
- name: 2 Upload SP_UEFI_VMDK to SharePoint
|
- name: 2 Upload SP_UEFI_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_VMDK }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_UEFI_VMDK }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -326,7 +326,7 @@ jobs:
|
||||||
- name: 5 Upload SP_LEGACY_IMG_GZ to SharePoint
|
- name: 5 Upload SP_LEGACY_IMG_GZ to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_IMG_GZ }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_LEGACY_IMG_GZ }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -335,7 +335,7 @@ jobs:
|
||||||
- name: 6 Upload SP_LEGACY_VMDK to SharePoint
|
- name: 6 Upload SP_LEGACY_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_VMDK }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_LEGACY_VMDK }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
|
||||||
|
|
@ -306,7 +306,7 @@ jobs:
|
||||||
- name: 1 Upload SP_UEFI_VMDK to SharePoint
|
- name: 1 Upload SP_UEFI_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_IMG_GZ }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_UEFI_IMG_GZ }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -315,7 +315,7 @@ jobs:
|
||||||
- name: 2 Upload SP_UEFI_VMDK to SharePoint
|
- name: 2 Upload SP_UEFI_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_VMDK }}
|
FILE: ./${{ steps.date.outputs.date }}e/${{ env.SP_UEFI_VMDK }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -346,7 +346,7 @@ jobs:
|
||||||
- name: 5 Upload SP_LEGACY_IMG_GZ to SharePoint
|
- name: 5 Upload SP_LEGACY_IMG_GZ to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_IMG_GZ }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_LEGACY_IMG_GZ }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
@ -355,7 +355,7 @@ jobs:
|
||||||
- name: 6 Upload SP_LEGACY_VMDK to SharePoint
|
- name: 6 Upload SP_LEGACY_VMDK to SharePoint
|
||||||
uses: xopenwrt/s3-upload-github-action@master
|
uses: xopenwrt/s3-upload-github-action@master
|
||||||
env:
|
env:
|
||||||
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_VMDK }}
|
FILE: ./${{ steps.date.outputs.date }}/${{ env.SP_LEGACY_VMDK }}
|
||||||
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
S3_ENDPOINT: 's3.openwrt.115115.xyz'
|
||||||
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
S3_BUCKET: ${{ secrets.S3_BUCKET }}
|
||||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue