Skip to content

Commit e9e2a8e

Browse files
committed
Update artifacts.yml
1 parent fa2b335 commit e9e2a8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
ref: main
17-
path: ${{ github.action_path }}
1817

1918
- name: Upload artifact
2019
uses: actions/upload-artifact@v3
2120
with:
2221
name: utils
23-
path: ${{ github.action_path }}/src/utils
22+
path: src/utils

0 commit comments

Comments
 (0)