Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeIsReallyBa committed Apr 30, 2023
1 parent cc8679d commit 84135e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ jobs:
with:
name: ${{ env.image_name }}
path: ${{ env.images_dir }}/*.7z
- name: Upload firmware to WeTransfer
run: |
curl -fsSL git.io/file-transfer | sh
./transfer wet -s -p 16 --no-progress /opt/images/*.trx 2>&1 | tee wetransfer.log
echo "::warning file=wetransfer.com::$(cat wetransfer.log | grep https)"
- name: Upload images to Releases
if: ${{ github.event_name == 'release' && success() }}
uses: svenstaro/[email protected]
Expand Down

0 comments on commit 84135e9

Please sign in to comment.