Go back to the old way of uploading assets

This commit is contained in:
Aaron Reisman 2023-01-22 15:15:56 -06:00
parent a04538710f
commit b6b29309c9

View File

@ -56,4 +56,11 @@ jobs:
body: <Put a body here>
draft: true
prerelease: false
files: artifacts/*
- name: Upload release assets
uses: dwenegar/upload-release-assets@v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
with:
release_id: '${{ steps.create_release.outputs.id }}'
assets_path: ./artifacts