[f] set release grisha765/Tubular-Proxy

This commit is contained in:
Grisha 2024-09-16 21:25:46 +03:00
parent 4c9824645e
commit 961d31aa5b

View file

@ -51,8 +51,8 @@ jobs:
run: |
version=$( grep "versionName" app/build.gradle | awk -F'"' '{print $2}' )
gh auth login --with-token <<<"${{ secrets.GITHUB_TOKEN }}"
gh release create "v${version}" --title "${{ inputs.title }}" --notes-file ".github/changelog.md" --prerelease=${{ inputs.is_pre_release }} --repo polymorphicshade/Tubular
gh release upload "v${version}" app/build/outputs/apk/release/*.apk --repo polymorphicshade/Tubular
gh release create "v${version}" --title "${{ inputs.title }}" --notes-file ".github/changelog.md" --prerelease=${{ inputs.is_pre_release }} --repo grisha765/Tubular-Proxy
gh release upload "v${version}" app/build/outputs/apk/release/*.apk --repo grisha765/Tubular-Proxy
- name: Archive reports for job
uses: actions/upload-artifact@v4