Skip to content

Commit

Permalink
Merge pull request #162 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 9, 2024
2 parents 3a61f21 + f15991d commit 9ef1b54
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,19 +236,14 @@ jobs:
with:
name: create-release

- id: upload-url
run: |
echo "::set-output name=url::$(cat create-release/release_upload_url.txt)"
- uses: actions/download-artifact@v3
with:
name: build-${{ matrix.target }}

- uses: actions/upload-release-asset@v1
- uses: actions/upload-artifact@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.upload-url.outputs.url }}
asset_path: ./build-${{ matrix.target }}/hwatch-${{ needs.create-release.outputs.version }}.${{ matrix.target }}.${{ matrix.ext }}
asset_name: hwatch-${{ needs.create-release.outputs.version }}.${{ matrix.target }}.${{ matrix.ext }}
path: ./build-${{ matrix.target }}/hwatch-${{ needs.create-release.outputs.version }}.${{ matrix.target }}.${{ matrix.ext }}
name: hwatch-${{ needs.create-release.outputs.version }}.${{ matrix.target }}.${{ matrix.ext }}
asset_content_type: application/octet-stream

0 comments on commit 9ef1b54

Please sign in to comment.