Skip to content

Commit

Permalink
ci: tmp disable download Android artifacts on github release
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 24, 2023
1 parent 16052dd commit c478413
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,17 @@ 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
# - 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 c478413

Please sign in to comment.