Skip to content

Commit 4df56b3

Browse files
committed
Update artifacts.yml
1 parent b3f704b commit 4df56b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload Artifacts
1+
name: Upload Utils Artifacts
22

33
on:
44
push:
@@ -7,15 +7,15 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
upload-artifacts:
10+
upload-utils-artifacts:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout main branch
1414
uses: actions/checkout@v3
1515
with:
1616
ref: main
1717

18-
- name: Upload artifact
18+
- name: Upload utils artifacts
1919
uses: actions/upload-artifact@v4
2020
with:
2121
name: utils

0 commit comments

Comments
 (0)