From b010349a7777d515b8f08397df8d6464247a0ea6 Mon Sep 17 00:00:00 2001 From: Jean Cvllr <31145285+CJ42@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:09:55 +0000 Subject: [PATCH] ci: temporarily disable downloading Android artifacts on github release (#483) * ci: tmp disable download Android artifacts on github release * add link to future ticket on ClickUP for future resolution --- .github/workflows/create-github-release.yml | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/create-github-release.yml b/.github/workflows/create-github-release.yml index 133b16f5d..4a45838f6 100644 --- a/.github/workflows/create-github-release.yml +++ b/.github/workflows/create-github-release.yml @@ -32,19 +32,19 @@ jobs: git tag -a ${{ env.APP_VERSION }} -m "Release Version ${{ env.APP_VERSION }}" git push --set-upstream origin develop tag ${{ env.APP_VERSION }} - # Android artifacts - - name: Download artifact - uses: dawidd6/action-download-artifact@v2 - with: - workflow: build-artifacts.yml - workflow_conclusion: success - name: upcontracts.jar - path: java/build/libs - branch: main - event: push + # https://app.clickup.com/t/862j8da4t + # + # - name: Download Android artifact + # uses: dawidd6/action-download-artifact@v2 + # with: + # workflow: build-artifacts.yml + # workflow_conclusion: success + # name: upcontracts.jar + # path: java/build/libs + # branch: main + # event: push - # iOS artifacts - - name: Download artifact + - name: Download iOS artifact uses: dawidd6/action-download-artifact@v2 with: workflow: build-artifacts.yml