Skip to content

Commit

Permalink
Rename make-release.sh to make-release-asset.sh
Browse files Browse the repository at this point in the history
This is to better reflect what the script does.
  • Loading branch information
ehuss committed Jul 17, 2023
1 parent 49ba919 commit 394061d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 394061d

Please sign in to comment.