Make github script executable

pull/1382/head
Joseph Donofry 2 years ago
parent b4cfb63029
commit 9a0320dd50
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 0
      .ci/update-github-release.sh
  2. 2
      .gitlab-ci.yml

@ -218,7 +218,7 @@ build-flatpak-arm64:
- bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-arm64.flatpak
- (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true
rules:
- if : '$CI_PIPELINE_TRIGGERED == null'
- if : '$CI_PIPELINE_TRIGGERED == 123456'
cache:
key: "$CI_JOB_NAME"
paths:

Loading…
Cancel
Save