Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponmasterjax committed Dec 22, 2022
1 parent c46d886 commit 15a02d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to Mirror in case the last one didnt work
run: |
curl -T $FILENAME https://oshi.at/${FILENAME}/${TIMEOUT} > mirror.txt
curl -T workspace/out/target/product/*.zip https://oshi.at/${FILENAME}/${TIMEOUT} > mirror.txt
cat ./mirror.txt
type mirror.txt
cat mirror.txt
Expand Down

0 comments on commit 15a02d3

Please sign in to comment.