[change] workflow archive artifacts

This commit is contained in:
Max 2022-10-25 10:41:58 +08:00
parent 2b745dd7af
commit 39b59f0cf1
2 changed files with 14 additions and 0 deletions

View file

@ -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 }}

View file

@ -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 }}