Skip to content

Commit

Permalink
CI Linux: prevent mkappimage auto upload
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MartinPulec committed Jul 17, 2023
1 parent e457ab8 commit 855c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 855c521

Please sign in to comment.