Skip to content

Commit

Permalink
Some issue with negation? Trying differently
Browse files Browse the repository at this point in the history
  • Loading branch information
daleglass authored and JulianGro committed Aug 8, 2024
1 parent f6a9f59 commit 701e44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_appimage_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
appimage/Overte/Overte-*-debug-x86_64.AppImage
- name: Upload AppImage without debugging to S3
if: ! contains( github.event.pull_request.labels.*.name, 'upload_to_github')
if: contains( github.event.pull_request.labels.*.name, 'upload_to_github') == false
shell: bash
working-directory: appimage
run: |
Expand All @@ -124,7 +124,7 @@ jobs:
sudo -u uploader /usr/local/bin/upload_to_s3 --type "${{ github.event_name }}" --number ${{ github.event.number }} --name "$base" < "$filename"
- name: Upload AppImage with debugging to S3
if: ! contains( github.event.pull_request.labels.*.name, 'upload_to_github')
if: contains( github.event.pull_request.labels.*.name, 'upload_to_github') == false
shell: bash
working-directory: appimage
run: |
Expand Down

0 comments on commit 701e44a

Please sign in to comment.