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
env:
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
pages:
name: GitHub Pages