Skip to content

Commit a0bf4f9

Browse files
committed
Add checkout step to release workflow
1 parent 33e2538 commit a0bf4f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
arch: [amd64, arm64, armhf]
4949
runs-on: ubuntu-latest
5050
steps:
51+
- name: Checkout
52+
uses: actions/checkout@v4
5153
- name: Set up QEMU
5254
uses: docker/setup-qemu-action@v3
5355
- name: Build deb

0 commit comments

Comments
 (0)