chore: update the file

This commit is contained in:
x-tools-author 2025-04-26 11:32:11 +08:00
parent bfd6eb701f
commit 545458c418

View File

@ -24,14 +24,14 @@ jobs:
# target: desktop
# arch: win64_msvc2022_64
# modules: ${{ env.QT_MODULES }}
- name: Copy tools
run: |
copy C:\Program Files\PowerShel\7 PowerShel
- name: Build docker image
run: | #https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
dir c:
echo %PATH%
docker build -t x-tools-windows-2022:amd64 . -f docker/win-ltsc2022/Dockerfile
- name: Copy tools
run: |
copy C:\Program Files\PowerShel\7 ${{ github.workspace }}\PowerShel
- name: Push docker image to github registry
run: |
echo ${{ env.CR_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin