Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Feb 12, 2023
1 parent 5561f38 commit c1e5299
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ steps:
- flutter doctor
- flutter build apk --split-per-abi --build-number $(date "+%y%j%H%M") --build-name "${DRONE_TAG:=0.0.0}"
- name: git hub release
settings:
api_key:
from_secret: github_token
environment:
KEYCHAIN_PASS:
from_secret: keychain_pass
PATH: "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/gz/dev/flutter/bin"
commands:
- source /Users/gz/.zshrc
- gh release upload ${DRONE_TAG} build/app/outputs/flutter-apk/* -R lamarios/clipious
when:
event: tag
Expand Down

0 comments on commit c1e5299

Please sign in to comment.