Skip to content

Commit

Permalink
fix windows prebuilt binary upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Dec 13, 2019
1 parent 16893e1 commit 5ccb78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

# Windows release
- name: Build Windows release
run: .\ci\build.bat && rdmd ci\validate_version.d
run: (.\ci\build.bat) -and (rdmd ci\validate_version.d)
if: matrix.os == 'windows-latest'
env:
BUILD: release
Expand Down

0 comments on commit 5ccb78f

Please sign in to comment.