Skip to content

Commit 49ae071

Browse files
committed
Fix GitHub actions again
1 parent 2fcd431 commit 49ae071

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
needs: build
3434
if: github.ref == 'refs/heads/main'
3535
steps:
36+
- name: 🛎️ Checkout repository
37+
uses: actions/checkout@v4
38+
3639
- name: 📥 Download artifact
3740
uses: actions/download-artifact@v4
3841
with:

0 commit comments

Comments
 (0)