mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
dupe internal builds to an alt repo to allow obtanium (#3809)
This commit is contained in:
parent
022652efe5
commit
74f51acafb
1 changed files with 12 additions and 0 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -242,3 +242,15 @@ jobs:
|
||||||
files: ./artifacts/*/*
|
files: ./artifacts/*/*
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
|
- name: Create or Update internal GitHub Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
with:
|
||||||
|
repository: ${{ secrets.INTERNAL_BUILDS_HOST }}
|
||||||
|
token: ${{ secrets._TOKEN }}
|
||||||
|
tag_name: ${{ inputs.tag_name }}
|
||||||
|
name: ${{ inputs.tag_name }} (${{ needs.prepare-build-info.outputs.APP_VERSION_CODE }})
|
||||||
|
generate_release_notes: true
|
||||||
|
files: ./artifacts/*/*
|
||||||
|
draft: false
|
||||||
|
prerelease: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue