mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-01 17:07:28 +00:00
ci: Fix release artifact glob
This commit is contained in:
parent
aedaef0265
commit
906784d181
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -345,12 +345,8 @@ jobs:
|
||||
dist/xemu-win-release/xemu-win-release.zip
|
||||
dist/xemu-macos-universal-release/xemu-macos-universal-release.zip
|
||||
dist/xemu-macos-universal-debug/xemu-macos-universal-debug.zip
|
||||
dist/xemu-ubuntu-release/*.AppImage
|
||||
dist/xemu-ubuntu-release/*.deb
|
||||
dist/xemu-ubuntu-release/*.ddeb
|
||||
dist/xemu-ubuntu-debug/*.AppImage
|
||||
dist/xemu-ubuntu-debug/*.deb
|
||||
dist/xemu-ubuntu-debug/*.ddeb
|
||||
dist/xemu-ubuntu-release/xemu-${{ env.XEMU_VERSION }}-x86_64.AppImage
|
||||
dist/xemu-ubuntu-debug/xemu-${{ env.XEMU_VERSION }}-dbg-x86_64.AppImage
|
||||
|
||||
# Sync archive version of source (including submodule code) to the
|
||||
# ppa-snapshot branch to work around limitations of the Launchpad platform,
|
||||
|
Loading…
x
Reference in New Issue
Block a user