Skip to content
Snippets Groups Projects
Verified Commit 40ab6f5c authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix typo in flatpak name for amd64

parent 3737da0b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment