Skip to content

Commit eb3c357

Browse files
committed
Update upm.yaml
Update upm.yaml
1 parent 72f2eef commit eb3c357

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/upm.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
2727
shell: pwsh
2828

2929
- uses: actions/upload-artifact@v4
30+
if: github.event_name == 'pull_request'
3031
with:
32+
name: packages
3133
path: ${{ github.workspace }}/build/upm/output
3234
retention-days: 1
35+
36+
37+
- uses: actions/upload-artifact@v4
38+
if: github.event_name == 'push'
39+
with:
40+
name: packages
41+
path: ${{ github.workspace }}/build/upm/output
42+
retention-days: 15

0 commit comments

Comments
 (0)