Skip to content

Commit

Permalink
improve ci for xp
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 9, 2025
1 parent 29104e6 commit 1cf6a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
name: xmake-latest.${{env.RELEASE_NAME}}.exe
path: artifacts/${{env.RELEASE_NAME}}/xmake.exe

- name: Upload artifacts for Win32XP (exe)
- name: Upload artifacts for win32xp (exe)
if: matrix.os == 'windows-2019' && matrix.arch == 'x86'
uses: actions/upload-artifact@v4
with:
name: xmake-latest.${{env.RELEASE_NAME}}XP.exe
name: xmake-latest.${{env.RELEASE_NAME}}xp.exe
path: artifacts/${{env.RELEASE_NAME}}/xmake.exe

- name: Upload artifacts (zip)
Expand Down Expand Up @@ -202,6 +202,6 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: artifacts/${{env.RELEASE_NAME}}/xmake.exe
asset_name: xmake-${{ steps.tagName.outputs.tag }}.${{ env.RELEASE_NAME }}XP.exe
asset_name: xmake-${{ steps.tagName.outputs.tag }}.${{ env.RELEASE_NAME }}xp.exe
asset_content_type: application/zip

0 comments on commit 1cf6a7f

Please sign in to comment.