GHA: win exe sign job checkout scripts from the git repo

This commit is contained in:
aboyko
2023-07-20 15:39:35 -04:00
parent 0478a21e0c
commit 52e296f618

View File

@@ -89,6 +89,10 @@ jobs:
needs: eclipse-distro-build
runs-on: self-hosted
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
sparse-checkout: |
.github
- name: Download Win Zips from S3 for Signing
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}