diff --git a/.github/workflows/desktop-export.yml b/.github/workflows/desktop-export.yml index 2607f74..1fb949f 100644 --- a/.github/workflows/desktop-export.yml +++ b/.github/workflows/desktop-export.yml @@ -74,7 +74,7 @@ jobs: - name: Linux Build 🔧 run: | cd . - godot --headless -v --export-release "Linux" "./build/linux/ClickyCat-${{env.TAG}}.x86_64" + godot --headless -v --export-release "Linux" "build/linux/ClickyCat-${{env.TAG}}.x86_64" continue-on-error: true - name: Give execute permission ☑️ run: |