Skip to content

Commit

Permalink
ci: failed on export errors and warning
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Dec 1, 2024
1 parent ecf1106 commit 778ad3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ jobs:
key: ${{ env.godot_version }}

- name: Export
run: just export
run: |
just export 2> godot_export.log
cat godot_export.log
just venv pip install git+https://github.com/florianvazelle/godot-export-logs-validator.git@main
just venv godot-export-logs-validator godot_export.log -f
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 778ad3b

Please sign in to comment.