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 0cc23fc commit 80c333e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ jobs:
name: build-${{ matrix.target }}
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.tar.gz

- name: Upload artifact
if: matrix.ext == 'zip'
uses: actions/upload-artifact@v1
with:
name: build-${{ matrix.target }}
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.zip

# create package release
create-release:
needs:
Expand Down

0 comments on commit 80c333e

Please sign in to comment.