[WIP] Fix windows CI build

This commit is contained in:
Vladimir Stoilov
2024-10-11 16:43:23 +03:00
parent 5127cdb72d
commit 7192d3b034

View File

@@ -57,12 +57,8 @@ jobs:
runs-on: windows-latest
needs: release-prep
steps:
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Repository
uses: actions/checkout@v4
- name: Download Dist
uses: actions/download-artifact@v4