mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ci: Add package alias for Windows arm64 release
This commit is contained in:
committed by
mborgerson
parent
6557a66818
commit
4b17284800
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user