Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

ci: zip tars #1069

Merged
merged 2 commits into from
Feb 14, 2020
Merged

ci: zip tars #1069

merged 2 commits into from
Feb 14, 2020

Conversation

EverlastingBugstopper
Copy link
Contributor

No description provided.

mv ./target/release/${{ env.RELEASE_BIN }}.exe ./dist/${{ env.RELEASE_BIN }}.exe
mv ${{ env.RELEASE_ADDS }} ./dist
7z a -ttar ./${{ env.RELEASE_DIR }}/${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.WINDOWS_TARGET }}.tar.gz ./dist
mv ./target/release/${{ env.RELEASE_BIN }}.exe ./dist/${{ env.RELEASE_BIN }}.exe && mv ${{ env.RELEASE_ADDS }} ./dist
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might move this to its own line instead of &&, just a readability nit

Copy link
Contributor

@ashleygwilliams ashleygwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i trust your manual tests of this :)

@ashleygwilliams ashleygwilliams merged commit 19e4646 into master Feb 14, 2020
@delete-merged-branch delete-merged-branch bot deleted the avery/zip-tars branch February 14, 2020 21:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants