Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k3kaimu committed Jan 19, 2020
1 parent 1da08e1 commit 2cc39ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
compiler: ldc-1.18.0
- name: Build qsubarray
run: cd examples/qsubarray && dub build --single qsubarray.d && cd ../..
run: cd examples/qsubarray && dub build && cd ../..
- name: Build qsubxargs
run: cd examples/qsubxargs && dub build --single qsubxargs.d && cd ../..
run: cd examples/qsubxargs && dub build && cd ../..
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
Expand Down

0 comments on commit 2cc39ff

Please sign in to comment.