Skip to content

Commit

Permalink
Merge pull request #157 from blacknon/0.3.16
Browse files Browse the repository at this point in the history
Github Actions update.
  • Loading branch information
blacknon authored Nov 9, 2024
2 parents 49c97d3 + e32b3ff commit 508c043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Upload artifact
if: matrix.ext == 'rpm'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: build-${{ matrix.target }}
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.rpm
Expand All @@ -150,21 +150,21 @@ jobs:
- name: Upload artifact
if: matrix.ext == 'deb'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: build-${{ matrix.target }}
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.deb

- name: Upload artifact
if: matrix.ext == 'tar.gz'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
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
uses: actions/upload-artifact@v2
with:
name: build-${{ matrix.target }}
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.zip
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- run: |
echo '${{ steps.create-release.outputs.upload_url }}' > release_upload_url.txt
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: create-release
path: release_upload_url.txt
Expand Down

0 comments on commit 508c043

Please sign in to comment.