Skip to content

fix: support and normalize protocol-relative URLs starting with // #17

fix: support and normalize protocol-relative URLs starting with //

fix: support and normalize protocol-relative URLs starting with // #17

Workflow file for this run

name: Build & Release
on:
push:
tags: ["v*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Build APK
run: ./gradlew :app:assembleRelease
- name: Rename APK
run: cp app/build/outputs/apk/release/app-release.apk btch-dl.apk
- uses: softprops/action-gh-release@v2
with:
files: btch-dl.apk
generate_release_notes: true