Skip to content

Commit

Permalink
Update pbrp-organization-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AP-XD committed Feb 11, 2022
1 parent 5a63906 commit a35462e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/pbrp-organization-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,22 @@ jobs:
path: .github/actions/Compiler
- name: Recovery Compilation
uses: ./.github/actions/Compiler


- name: Upload recovery image
run: |
cd /home/runner/builder/out/target/product/X01AD
curl -sL https://git.io/file-transfer | sh
./transfer wet recovery.img && ./transfer wet *.zip
- uses: actions/upload-artifact@v2
with:
name: recoveryzip
path: /home/runner/builder/out/target/product/X01AD/*.zip

- uses: actions/upload-artifact@v2
with:
name: recoveryimage
path: /home/runner/builder/out/target/product/X01AD/recovery.img

- name: Release Builds
run: |
sudo apt-get update && sudo apt-get install sshpass -y
Expand Down

0 comments on commit a35462e

Please sign in to comment.