👷 Release GitHub:--github-repository=$GITHUB_REPOSITORY

This commit is contained in:
徐晓伟 2023-11-23 17:13:47 +08:00
parent 55864ee177
commit 8c53f8d3a0
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ jobs:
- name: Release GitHub
run: |
./cicd-release-linux-amd64 pre-release github --release-name=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --tag=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --auto-create-tag --github-repository=${{ env.GITHUB_REPOSITORY }} --github-username=${{ env.GITHUB_ACTOR }} --github-token=${{ secrets.GITHUB_TOKEN }} --artifacts=cicd-release-windows-amd64.exe --artifacts=cicd-release-windows-arm64.exe --artifacts=cicd-release-linux-amd64 --artifacts=cicd-release-linux-arm64 --artifacts=cicd-release-darwin-amd64 --artifacts=cicd-release-darwin-arm64
./cicd-release-linux-amd64 pre-release github --release-name=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --tag=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --auto-create-tag --github-repository=$GITHUB_REPOSITORY --github-username=${{ env.GITHUB_ACTOR }} --github-token=${{ secrets.GITHUB_TOKEN }} --artifacts=cicd-release-windows-amd64.exe --artifacts=cicd-release-windows-arm64.exe --artifacts=cicd-release-linux-amd64 --artifacts=cicd-release-linux-arm64 --artifacts=cicd-release-darwin-amd64 --artifacts=cicd-release-darwin-arm64