fix: nightly release bug

This commit is contained in:
Zane Schepke 2024-07-27 23:32:57 -04:00
parent 05adf7539f
commit 7c15943a81
1 changed files with 2 additions and 2 deletions

View File

@ -143,13 +143,13 @@ jobs:
- if: github.event_name == 'workflow_dispatch'
run: echo "TAG_NAME=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV
- if: github.event_name == 'schedule'
run: echo "TAG_NAME=nightly-android" >> $GITHUB_ENV
run: echo "TAG_NAME=nightly" >> $GITHUB_ENV
- name: On nightly release
if: ${{ contains(env.TAG_NAME, 'nightly') }}
run: |
echo "RELEASE_NOTES=Nightly build of the latest development version of the android client." >> $GITHUB_ENV
gh release delete nightly-android --yes || true
gh release delete nightly --yes || true
- name: Get checksum
id: checksum