Skip to content

Commit

Permalink
Bump recovery versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TenSeventy7 committed Oct 25, 2022
1 parent 7117e11 commit 7ec0e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/a50dd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
mv ./out/target/product/a50dd/recovery.img ./package/recovery.img -f
cd ./package
zip -9 -r ./TWRP_v3.6.0-Unofficial_a50-$(date +%s).zip ./*
zip -9 -r ./TWRP_v3.7.0-Unofficial_a50-$(date +%s).zip ./*
cd ..
mkdir release
mv ./package/TWRP*.zip ./release/ -f
Expand All @@ -100,7 +100,7 @@ jobs:
cd ./package
tar -H ustar -c recovery.img vbmeta.img > recovery.tar
cd ..
mv ./package/recovery.tar ./release/ODIN-TWRP_v3.6.0-Unofficial_a50-$(date +%s).tar -f
mv ./package/recovery.tar ./release/ODIN-TWRP_v3.7.0-Unofficial_a50-$(date +%s).tar -f
- name: Upload release artifacts
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
mv ./out/target/product/a50dd/recovery.img ./package_shrp/recovery.img -f
cd ./package_shrp
BUILD=$(date +%s); sed -i "s/buildnumber_here/$BUILD/" ./Files/SHRP/data/shrp_info.json
zip -9 -r ./SHRP_v3.1_stable-Unofficial_a50-$(date +%s).zip ./*
zip -9 -r ./SHRP_v3.2_stable-Unofficial_a50-$(date +%s).zip ./*
cd ..
mkdir release
mv ./package_shrp/SHRP*.zip ./release/ -f
Expand All @@ -205,7 +205,7 @@ jobs:
cd ./package_shrp
tar -H ustar -c recovery.img vbmeta.img > recovery.tar
cd ..
mv ./package_shrp/recovery.tar ./release/ODIN-SHRP_v3.1_stable-Unofficial_a50-$(date +%s).tar -f
mv ./package_shrp/recovery.tar ./release/ODIN-SHRP_v3.2_stable-Unofficial_a50-$(date +%s).tar -f
- name: Upload release artifacts
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion trigger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22102501
22102502

0 comments on commit 7ec0e8e

Please sign in to comment.