Skip to content

Commit 1f24c8a

Browse files
committed
Update artifacts.yml
1 parent a751f34 commit 1f24c8a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/artifacts.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ on:
44
push:
55
branches: [ "main" ]
66

7+
workflow_dispatch:
8+
79
jobs:
810
upload-artifacts:
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Checkout main branch
12-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1315
with:
1416
ref: main
17+
path: ${{ github.action_path }}
1518

1619
- name: Upload artifact
1720
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)