Skip to content

Commit

Permalink
output log on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cbusillo committed Jun 12, 2024
1 parent ee9d5c6 commit e7f8187
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/briefcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
find "$dir" -type f -execdir codesign --force --verify --verbose=4 --sign "${{ secrets.DEV_ID }}" {} \;
done
poetry run briefcase package -i "${{ secrets.DEV_ID }}"
- name: Upload log on failure
if: failure()
uses: actions/upload-artifact@v2
with:
name: briefcase-log
path: /Users/runner/work/BD_to_AVP/BD_to_AVP/logs/briefcase.*.build.log
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit e7f8187

Please sign in to comment.