Skip to content

Commit 6c310e4

Browse files
hotfix: add missing code checkout
1 parent afa8835 commit 6c310e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-desktop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ jobs:
236236
steps:
237237
- run: echo ${{ github.ref }}
238238

239+
- name: Checkout code
240+
uses: actions/checkout@v2
241+
239242
- name: Downloading artifacts windows
240243
uses: actions/download-artifact@v2
241244
with:

0 commit comments

Comments
 (0)