Skip to content

Commit

Permalink
Update linux_installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton authored Sep 4, 2020
1 parent 9587e66 commit e132fe1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,16 @@ jobs:
run: mkdir ../pub_release

- name: clone pub_release
# run: pub global activate pub_release
run: git clone https://github.com/bsutton/pub_release.git
working-directory: ..
- name: pub get for pub_release
run: pub get
working-directory: ../pub_release

#- name: install pub_release
# run: pub global activate pub_release --source=path
# working-directory: ../pub_release
- name: Pub dependencies
run: pub get
- name: Create release
env:
APITOKEN: ${{ secrets.APITOKEN }}
run: dart ../pub_release/bin/git_release.dart --username bsutton --apiToken "$APITOKEN" --owner bsutton --repository dcli --suffix linux
run: dart ../pub_release/bin/github_workflow_release.dart --username bsutton --apiToken "$APITOKEN" --owner bsutton --repository dcli --suffix linux

0 comments on commit e132fe1

Please sign in to comment.