Skip to content

Commit

Permalink
fix: workflows 修改名称非重复
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Sep 15, 2024
1 parent 7f7b55b commit e9706ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Archive build artifacts bin
uses: actions/upload-artifact@v4
with:
name: build-artifacts-bin-${{ github.run_number }}-${{ github.sha }}
name: build-artifacts-linux-amd64-${{ github.run_number }}-${{ github.sha }}
path: dist-bin


Expand All @@ -54,7 +54,7 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ github.run_number }}-${{ github.sha }}
name: build-artifacts-windows-${{ github.run_number }}-${{ github.sha }}
path: dist

build-cli-version:
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ github.run_number }}-${{ github.sha }}
name: build-artifacts-cli-${{ github.run_number }}-${{ github.sha }}
path: dist


Expand All @@ -84,7 +84,7 @@ jobs:
- name: Download built artifacts
uses: actions/download-artifact@v4
with:
name: build-artifacts-${{ github.run_number }}-${{ github.sha }}-for-docker
name: build-artifacts-release-docker-${{ github.run_number }}-${{ github.sha }}-for-docker
path: ./dist-for-docker

- name: Docker login
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Download built artifacts
uses: actions/download-artifact@v4
with:
name: build-artifacts-${{ github.run_number }}-${{ github.sha }}
name: build-artifacts-release-${{ github.run_number }}-${{ github.sha }}
path: ./dist

- name: Update release notes
Expand Down

0 comments on commit e9706ff

Please sign in to comment.