Skip to content

Commit ea58c2a

Browse files
rootroot
authored andcommitted
Add checkout step to publish-to-store job
1 parent a6238c3 commit ea58c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-publish-store.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ jobs:
344344
runs-on: windows-latest
345345
if: needs.build-x64.outputs.publish_to_store == 'true'
346346
steps:
347+
- uses: actions/checkout@v4
348+
347349
- name: Download bundle
348350
uses: actions/download-artifact@v4
349351
with:

0 commit comments

Comments
 (0)