Skip to content

Commit

Permalink
main.yml: Fix releases URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Aug 19, 2024
1 parent 1052ff7 commit c0a2826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
git reset --hard
git switch gh-pages
mkdir -p redirects/app-updates
echo "<meta http-equiv=\"refresh\" content=\"0; url=https://github.com/ZeusInstitute-OSS/UPI-Viewer/releases/tag/${{ github.run_id }}/app-debug-signed.apk\"/>" > redirects/app-updates/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url=https://github.com/ZeusInstitute-OSS/UPI-Viewer/releases/download/${{ github.run_id }}/app-debug-signed.apk\"/>" > redirects/app-updates/index.html
git add redirects/app-updates/index.html
git commit -m "Update app update redirect to version ${{ github.run_id }}"
git push origin gh-pages

0 comments on commit c0a2826

Please sign in to comment.