Skip to content

Commit

Permalink
[change] workflow archive artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 25, 2022
1 parent 2b745dd commit 39b59f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 39b59f0

Please sign in to comment.