Skip to content

Commit

Permalink
Merge pull request #168 from blacknon/0.3.16
Browse files Browse the repository at this point in the history
update. Github Actions Update.
  • Loading branch information
blacknon authored Nov 10, 2024
2 parents 631b20a + aa24ac7 commit 2c68595
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
if: matrix.ext == 'rpm'
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.target }}
name: build-${{ matrix.target }}-rpm
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.rpm

- name: README for deb
Expand All @@ -152,21 +152,21 @@ jobs:
if: matrix.ext == 'deb'
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.target }}
name: build-${{ matrix.target }}-deb
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.deb

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

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

# create package release
Expand Down Expand Up @@ -212,13 +212,13 @@ jobs:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
ext: tar.gz
- target: x86_64-unknown-linux-musl
- target: x86_64-unknown-linux-musl-targz
os: ubuntu-latest
ext: tar.gz
- target: x86_64-unknown-linux-musl
- target: x86_64-unknown-linux-musl-rpm
os: ubuntu-latest
ext: rpm
- target: x86_64-unknown-linux-musl
- target: x86_64-unknown-linux-musl-deb
os: ubuntu-latest
ext: deb
- target: x86_64-apple-darwin
Expand Down

0 comments on commit 2c68595

Please sign in to comment.