File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7676 if : env.RELEASE_EXISTS == 'true'
7777 run : |
7878 set -e
79- curl -X POST -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -H "Content-Type: application/zip" --data-binary @release- ${{ steps.get-version.outputs.version }}.zip "https://uploads.github.com/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets?name=release- ${{ steps.get-version.outputs.version }}.zip"
79+ curl -X POST -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -H "Content-Type: application/zip" --data-binary @V ${{ steps.get-version.outputs.version }}-prerelease .zip "https://uploads.github.com/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets?name=V ${{ steps.get-version.outputs.version }}-prerelease .zip"
You can’t perform that action at this time.
0 commit comments