mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
[f] set release grisha765/Tubular-Proxy
This commit is contained in:
parent
4c9824645e
commit
961d31aa5b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -51,8 +51,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
version=$( grep "versionName" app/build.gradle | awk -F'"' '{print $2}' )
|
version=$( grep "versionName" app/build.gradle | awk -F'"' '{print $2}' )
|
||||||
gh auth login --with-token <<<"${{ secrets.GITHUB_TOKEN }}"
|
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 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 polymorphicshade/Tubular
|
gh release upload "v${version}" app/build/outputs/apk/release/*.apk --repo grisha765/Tubular-Proxy
|
||||||
|
|
||||||
- name: Archive reports for job
|
- name: Archive reports for job
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue