Skip to content

Commit

Permalink
tidy zip release
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed Jan 21, 2024
1 parent 8b37edb commit 46f63d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
gh release create ${{ github.ref_name }}
"bazel-bin/iso14229.zip#iso14229.zip"
--generate-notes
--title "Version ${{ github.ref_name }} (or some other name)"
--title "${{ github.ref_name }}"
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ genrule(
"LICENSE",
],
outs = ["iso14229.zip"],
cmd = "zip -r $(OUTS) $(SRCS)",
cmd = "mkdir iso14229 && cp -L $(SRCS) iso14229/ && zip -r $(OUTS) iso14229",
)

0 comments on commit 46f63d0

Please sign in to comment.