Skip to content

Commit a751f34

Browse files
committed
Update artifacts.yml
1 parent 961df38 commit a751f34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/artifacts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
upload-artifacts:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout main branch
12+
uses: actions/checkout@v2
13+
with:
14+
ref: main
15+
1116
- name: Upload artifact
1217
uses: actions/upload-artifact@v3
1318
with:

0 commit comments

Comments
 (0)