Skip to content

Commit

Permalink
ci: temporarily disable downloading Android artifacts on github relea…
Browse files Browse the repository at this point in the history
…se (#483)

* ci: tmp disable download Android artifacts on github release

* add link to future ticket on ClickUP for future resolution
  • Loading branch information
CJ42 authored Feb 28, 2023
1 parent 0c2a669 commit b010349
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b010349

Please sign in to comment.