Actualizar el archivo .gitlab-ci.yml

This commit is contained in:
Fijxu 2024-03-07 23:31:43 +00:00
parent e571c4fbe8
commit a75e383da2

View file

@ -2,7 +2,7 @@ variables:
# Application id of the app, should be same as id used in flatpak manifest and MetaInfo # Application id of the app, should be same as id used in flatpak manifest and MetaInfo
APP_ID: org.suyu_emu.suyu APP_ID: org.suyu_emu.suyu
# Location of the flatpak manifest, root of git repository # Location of the flatpak manifest, root of git repository
MANIFEST_PATH: $CI_PROJECT_DIR/${APP_ID}.yaml MANIFEST_PATH: $CI_PROJECT_DIR/${APP_ID}.json
# Name of flatpak bundle # Name of flatpak bundle
BUNDLE: "${APP_ID}.flatpak" BUNDLE: "${APP_ID}.flatpak"
# Docker image to use # Docker image to use