Skip to content

Commit

Permalink
Merge pull request #169 from VerusCoin/dev
Browse files Browse the repository at this point in the history
Fix win build
  • Loading branch information
Asherda authored Dec 17, 2019
2 parents 0ceaaaa + a1a80fb commit 7b928a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ build:windows:
- cd dist
- unzip ${AGAMA_WINDOWS_ZIP} -d Agama-Windows-v${AGAMA_VERSION}
- rm ${AGAMA_WINDOWS_ZIP}
- zip -r ${AGAMA_WINDOWS_ZIP} Verus-Windows-v${AGAMA}
- zip -r ${AGAMA_WINDOWS_ZIP} Agama-Windows-v${AGAMA}
- sha256sum ${AGAMA_WINDOWS_ZIP} > ${AGAMA_WINDOWS_ZIP}.sha256
- mv ${AGAMA_WINDOWS_ZIP} ${AGAMA_WINDOWS_ZIP}.sha256 ..
after_script:
Expand Down

0 comments on commit 7b928a1

Please sign in to comment.