Skip to content

Commit

Permalink
ci: remove no files warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 11, 2024
1 parent 28fe77f commit 9b4ebe0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
name: symphony-v${{ steps.app_version.outputs.version }}-aab
path: ${{ env.OUTPUT_DIR }}/symphony-v${{ steps.app_version.outputs.version }}.aab

- name: 🚀 Upload symbols
- name: 🚀 Upload native symbols
uses: actions/upload-artifact@v4
with:
name: symbols
path: ${{ env.OUTPUT_DIR }}/symbols.zip
name: native-debug-symbols
path: ${{ env.OUTPUT_DIR }}/native-debug-symbols.zip
if-no-files-found: ignore

0 comments on commit 9b4ebe0

Please sign in to comment.