ci: fix artifacts on libsdl-org repo

This commit is contained in:
Anonymous Maarten
2024-07-30 22:55:36 +02:00
parent 1ef3263ad4
commit bc8f4a1d0b
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
--github-variable-prefix platforms \
--github-ci \
--verbose \
${{ github.repository_owner != 'libsdl-org' && '--no-artifact' }} \
${{ (github.repository_owner != 'libsdl-org' && '--no-artifact') || '' }} \
--commit-message-file /tmp/commit_message.txt
level1:
needs: [controller]