ci: Add package alias for Windows arm64 release

This commit is contained in:
Matt Borgerson
2026-01-04 23:38:25 -07:00
committed by mborgerson
parent 6557a66818
commit 4b17284800
+2 -1
View File
@@ -34,10 +34,11 @@ jobs:
with:
path: dist
merge-multiple: true
- name: Add transitionary package alias
- name: Add transitionary package aliases
run: |
pushd dist
cp xemu-${{ needs.build.outputs.pkg_version }}-win-x86_64.zip xemu-win-x86_64-release.zip
cp xemu-${{ needs.build.outputs.pkg_version }}-win-arm64.zip xemu-win-aarch64-release.zip
- name: Create release draft
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
with: