Rename make-release.sh to make-release-asset.sh

This is to better reflect what the script does.
This commit is contained in:
Eric Huss 2023-07-16 16:39:11 -07:00
parent 49ba91961f
commit 394061d28d
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Build and deploy artifacts - name: Build and deploy artifacts
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ci/make-release.sh ${{ matrix.os }} ${{ matrix.target }} run: ci/make-release-asset.sh ${{ matrix.os }} ${{ matrix.target }}
shell: bash shell: bash
pages: pages:
name: GitHub Pages name: GitHub Pages