Skip to content

Commit 6bb37cd

Browse files
committed
Add checkout to release generation
1 parent fda7315 commit 6bb37cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
runs-on: ubuntu-latest
109109

110110
steps:
111+
- name: Checkout
112+
uses: actions/checkout@v4
113+
111114
- name: Download packaged executables
112115
uses: actions/download-artifact@v4
113116
with:

0 commit comments

Comments
 (0)