Skip to content

Commit

Permalink
Selfhosted: Set continue-on-error for upload steps and add telegram-u…
Browse files Browse the repository at this point in the history
…pload step
  • Loading branch information
sounddrill31 authored Feb 26, 2024
1 parent a28e2db commit 6d6ccfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,13 @@ jobs:
tag_name: ${{ github.run_id }}
body: |
Target: ${{ github.event.inputs.PRODUCT_NAME }}-${{ github.event.inputs.BUILD_TYPE }}
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Upload to Telegram
- name: Upload Using telegram-upload
run: |
telegram-upload ${{ github.event.inputs.DEVICE_NAME }}/recovery.img ${{ github.event.inputs.DEVICE_NAME }}/boot.img ${{ github.event.inputs.DEVICE_NAME }}/vendor_boot.img ${{ github.event.inputs.DEVICE_NAME }}/vendor.img ${{ github.event.inputs.DEVICE_NAME }}/system.img ${{ github.event.inputs.DEVICE_NAME }}/*.zip
continue-on-error: true

0 comments on commit 6d6ccfe

Please sign in to comment.