Skip to content

Commit

Permalink
ci: Define release artifact path as global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mlundblad committed Jan 4, 2025
1 parent 7930563 commit 7acca28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
variables:
TARBALL_ARTIFACT_PATH: ".flatpak-builder/build/gnome-maps/_flatpak_build/meson-dist/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.tar.xz"

include:
- project: 'gnome/citemplates'
file: 'flatpak/flatpak_ci_initiative.yml'
Expand All @@ -15,7 +18,6 @@ include:
FLATPAK_MODULE: "gnome-maps"
APP_ID: "org.gnome.Maps.Devel"
BUNDLE: "gnome-maps-git.flatpak"
TARBALL_ARTIFACT_PATH: ".flatpak-builder/build/${FLATPAK_MODULE}/_flatpak_build/meson-dist/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.tar.xz"

# Build Flatpak for x86_64
flatpak@x86_64:
Expand Down

0 comments on commit 7acca28

Please sign in to comment.