Skip to content

Commit

Permalink
add matrix.os to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuan committed Aug 1, 2024
1 parent 1e265c3 commit df67f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
name: artifacts-${{ matrix.os }}
retention-days: 3
path: |
proxymanager*.app/

0 comments on commit df67f09

Please sign in to comment.