Skip to content

Commit

Permalink
Merge pull request #69 from matthewstrasiotto/main
Browse files Browse the repository at this point in the history
ci: 📌 change from shogo82148/actions-upload-release-asset to softprops/action-gh-release
  • Loading branch information
strazto authored Aug 18, 2022
2 parents c5e6bf9 + 8666818 commit f7ce40f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,16 @@ jobs:
sha256sum ${file#./} >> ${file%.*}.sha256
done
ls -l
- name: Upload GitHub Release assets
uses: shogo82148/[email protected]
- name: Publish output artifacts
id: publish-assets
uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./*
prerelease: false
fail_on_unmatched_files: true
tag_name: ${{ github.event.release.tag_name }}
files: ./*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
generate:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit f7ce40f

Please sign in to comment.