Skip to content

Commit 570b368

Browse files
committed
fix: Add checkout step to release job for gh CLI context
1 parent c5286e3 commit 570b368

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
runs-on: ubuntu-24.04
9696

9797
steps:
98+
- uses: actions/checkout@v4
99+
98100
- name: Download .deb artifact
99101
uses: actions/download-artifact@v4
100102
with:

0 commit comments

Comments
 (0)