Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelsted authored Jan 27, 2020
1 parent 9fda440 commit b0df3ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
run: |
docker run --rm dockcross/windows-static-x64:20191127-92bdbca > ./dockcross \
&& chmod +x ./dockcross \
&& ./dockcross -a "-e RELEASE_OS=$RELEASE_OS -e RELEASE_VERSION=$RELEASE_VERSION" \
bash -c "make -f Makefile.release install_zlib && make -f Makefile.release build && make -f Makefile.release compile_release_$RELEASE_OS"
&& ./dockcross -a "-e RELEASE_OS=$RELEASE_OS -e RELEASE_VERSION=$RELEASE_VERSION" bash -c "make -f Makefile.release install_zlib && make -f Makefile.release build && make -f Makefile.release compile_release_$RELEASE_OS"
env:
RELEASE_VERSION: ${{ steps.setup.outputs.RELEASE_VERSION }}
- name: Upload to release
Expand Down

0 comments on commit b0df3ed

Please sign in to comment.