mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
CICD: Fix the android Action.
Fix the android action. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
13603a0878
commit
deab622c3e
1 changed files with 5 additions and 5 deletions
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
|
@ -35,11 +35,11 @@ jobs:
|
|||
run: |
|
||||
version=$(bash scripts/get-atomic-buildnr.sh ${{ github.sha }} ${{ secrets.NIGHTLY_BUILDS }} "CICD-release")
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
pr_num = ${{ steps.get_pr.outputs.number }}
|
||||
pr_url = ${{ steps.get_pr.outputs.html_url }}
|
||||
pr_title = ${{ steps.get_pr.outputs.title }}
|
||||
commit_id = ${{ github.event.head_commit.id }}
|
||||
commit_url = ${{ github.event.head_commit.url }}
|
||||
pr_num=${{ steps.get_pr.outputs.number }}
|
||||
pr_url=${{ steps.get_pr.outputs.html_url }}
|
||||
pr_title=${{ steps.get_pr.outputs.title }}
|
||||
commit_id=${{ github.event.head_commit.id }}
|
||||
commit_url=${{ github.event.head_commit.url }}
|
||||
bash scripts/create-releasenotes.sh "$pr_num" "$pr_url" "$pr_title" "$commit_id" "$commit_url"
|
||||
|
||||
- name: store dummy version and build number for non-push build runs
|
||||
|
|
Loading…
Reference in a new issue