[change] workflow archive artifacts
This commit is contained in:
parent
2b745dd7af
commit
39b59f0cf1
2 changed files with 14 additions and 0 deletions
7
.github/workflows/release-linux.yml
vendored
7
.github/workflows/release-linux.yml
vendored
|
|
@ -119,6 +119,13 @@ jobs:
|
|||
run: |
|
||||
for file in ./dist/release/*; do coscmd upload $file /archives/; done;
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: yao-linux
|
||||
path: |
|
||||
dist/release/*
|
||||
|
||||
# - name: Configure COS For Beijing
|
||||
# env:
|
||||
# SECRET_ID: ${{ secrets.COS_ID }}
|
||||
|
|
|
|||
7
.github/workflows/release-macos.yml
vendored
7
.github/workflows/release-macos.yml
vendored
|
|
@ -111,6 +111,13 @@ jobs:
|
|||
run: |
|
||||
for file in ./dist/release/*; do coscmd upload $file /archives/; done;
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: yao-macos
|
||||
path: |
|
||||
dist/release/*
|
||||
|
||||
# - name: Configure COS For Beijing
|
||||
# env:
|
||||
# SECRET_ID: ${{ secrets.COS_ID }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue