Skip to content

Commit

Permalink
Merge pull request #6 from polac24/zip-package
Browse files Browse the repository at this point in the history
Publish zip package
  • Loading branch information
polac24 authored May 30, 2022
2 parents 6d86a10 + 72dfa82 commit 5889341
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/Release/dia-merge
asset_name: dia-merge-x86_64
file: build/Release/dia-merge.zip
asset_name: dia-merge-x86_64.zip
tag: ${{ github.ref }}
overwrite: true
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ popd

### Test the file
./build/Release/dia-merge --help

### Compress the file to a zip
zip -rj ./build/Release/dia-merge.zip ./build/Release/dia-merge

0 comments on commit 5889341

Please sign in to comment.