Skip to content

Commit 489f335

Browse files
author
Robin
committed
update: adds checkout to fix upload
1 parent 0eaabe4 commit 489f335

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-from-tag.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
needs: [build]
5858

5959
steps:
60+
61+
- name: Checkout Repo
62+
uses: actions/checkout@v4
63+
6064
- name: Download build artifacts
6165
uses: actions/download-artifact@v4
6266
with:

0 commit comments

Comments
 (0)