Skip to content

Commit 394061d

Browse files
committed
Rename make-release.sh to make-release-asset.sh
This is to better reflect what the script does.
1 parent 49ba919 commit 394061d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build and deploy artifacts
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
run: ci/make-release.sh ${{ matrix.os }} ${{ matrix.target }}
40+
run: ci/make-release-asset.sh ${{ matrix.os }} ${{ matrix.target }}
4141
shell: bash
4242
pages:
4343
name: GitHub Pages
File renamed without changes.

0 commit comments

Comments
 (0)