summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-02-28 14:10:55 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-02-28 14:10:55 -0500
commit40ab6f5ce948d41e883e52a266081c62258e8a88 (patch)
tree95e92e87394b85398b9129e6fdc5aabb4879ce5a
parentFix dependencies (diff)
downloadnheko-40ab6f5ce948d41e883e52a266081c62258e8a88.tar.xz
Fix typo in flatpak name for amd64
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index 1e6e1791..92e11338 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -186,7 +186,7 @@ build-flatpak-amd64: after_script: - bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-amd64.flatpak - (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true - - (cd $CI_BUILDS_DIR && mkdir -p artifacts && cp build-flatpak/nheko-arm64.flatpak artifacts/) || true + - (cd $CI_BUILDS_DIR && mkdir -p artifacts && cp build-flatpak/nheko-amd64.flatpak artifacts/) || true rules: - if : '$CI_PIPELINE_TRIGGERED == null' cache: