ci: Fix ubuntu artifact unpack

This commit is contained in:
Matt Borgerson 2025-02-04 17:55:19 -07:00 committed by mborgerson
parent 9f97cdc027
commit ac781ea8d1
1 changed files with 7 additions and 7 deletions

View File

@ -404,13 +404,13 @@ jobs:
echo "XEMU_VERSION=$(cat XEMU_VERSION)" >> $GITHUB_ENV
- name: Extract Ubuntu artifacts
run: |
pushd dist/xemu-ubuntu-release
tar xvf xemu-ubuntu-release.tgz
popd
pushd dist/xemu-ubuntu-debug
tar xvf xemu-ubuntu-debug.tgz
popd
for arch in x86_64 aarch64; do
for config in release debug; do
pushd dist/xemu-ubuntu-$arch-$config
tar xvf xemu-ubuntu-$arch-$config.tgz
popd
done
done
# Architecture tags were recently added to the Windows release path. Provide an alias with the former name for a while.
- name: Add transitionary package alias
run: |