From 855c5210158ff7f61a92459c1e582f52ec9a95ad Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 17 Jul 2023 16:08:24 +0200 Subject: [PATCH] CI Linux: prevent mkappimage auto upload mkappimage now tries to automatically upload the asset if it detects running in GitHub CI, which is not the one that we perhaps want. See following failed run: https://github.com/CESNET/UltraGrid/actions/runs/5575039257/jobs/10185765784 --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 4d47ea330f..16ab56107d 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -112,7 +112,7 @@ jobs: - name: check libc/libstdc++ ABI run: .github/scripts/Linux/check_abi.sh 2.31 3.4.28 1.3.12 bin/* lib/ultragrid/* - name: Create AppImage - run: data/scripts/Linux-AppImage/create-appimage.sh https://github.com/$GITHUB_REPOSITORY/releases/download/continuous/UltraGrid-$CHANNEL-x86_64.AppImage.zsync + run: GITHUB_TOKEN= data/scripts/Linux-AppImage/create-appimage.sh https://github.com/$GITHUB_REPOSITORY/releases/download/continuous/UltraGrid-$CHANNEL-x86_64.AppImage.zsync - name: Check AppImage run: | mkdir aitest-context # empty build context