Skip to content

Commit

Permalink
update. test
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Jun 6, 2024
1 parent 80c333e commit f6130b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
perl -i -pe s/___VERSION___/${{ steps.package_version.outputs.version }}/ ./package/.tar2package.yml
tar czvf "$_TAR" -C "$PWD/package" completion bin man .tar2package.yml
- name: Create package file
if: ${{ (matrix.ext == 'zip') }}
run: |
_ZIP=hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.zip
7z a "$_ZIP" target/${{ matrix.target }}/release/hwatch.exe
# use: https://github.com/greymd/tar2package
- name: Build rpm
id: rpm
Expand Down

0 comments on commit f6130b2

Please sign in to comment.