mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-16 16:10:58 +00:00
fix(ci): Move desktop variable to proper location
This commit is contained in:
parent
073b47574b
commit
b8ed3e79e3
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -79,11 +79,6 @@ jobs:
|
||||
echo "AKMODS_FLAVOR=fsync" >> $GITHUB_ENV
|
||||
echo "BASE_IMAGE_NAME=${{ matrix.base_image_name }}" >> $GITHUB_ENV
|
||||
|
||||
DESKTOP=""
|
||||
if [[ "${{ matrix.base_image_name }}" == "silverblue" ]]; then
|
||||
DESKTOP="-gnome"
|
||||
fi
|
||||
|
||||
if [[ "${{ matrix.base_image_flavor }}" == "framework" ]]; then
|
||||
echo "BASE_IMAGE_FLAVOR=framework" >> $GITHUB_ENV
|
||||
else
|
||||
@ -102,6 +97,11 @@ jobs:
|
||||
|
||||
- name: Set image name
|
||||
run: |
|
||||
DESKTOP=""
|
||||
if [[ "${{ matrix.base_image_name }}" == "silverblue" ]]; then
|
||||
DESKTOP="-gnome"
|
||||
fi
|
||||
|
||||
if [[ "${{ matrix.base_name }}" == "bazzite-deck" ]]; then
|
||||
if [[ "${{ matrix.base_image_flavor }}" == "asus" ]]; then
|
||||
echo "IMAGE_NAME=${{ format('{0}{1}', 'bazzite-ally', '${DESKTOP}') }}" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user