We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a999ef commit dd1dfbcCopy full SHA for dd1dfbc
1 file changed
.github/workflows/bootstrap_archives.yml
@@ -64,7 +64,7 @@ jobs:
64
git push --tags
65
echo "tag_name=$new_tag" >> $GITHUB_OUTPUT
66
- name: Publish bootstrap zips to GitHub release
67
- uses: grimler91/upload-release-action@v4.2.2
+ uses: Grimler91/upload-release-action@4.2.2
68
with:
69
repo_token: ${{ secrets.GITHUB_TOKEN }}
70
file: "*.zip"
0 commit comments