Skip to content

Commit dda666c

Browse files
chore: backport #5092 (#5093)
ci: fix publish workflow (#5092) (cherry picked from commit a491a85) Co-authored-by: Joe Harvey <[email protected]>
1 parent f6e2e90 commit dda666c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-publish-alloy-artifacts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ jobs:
191191
azure-tenant-id: ${{ fromJSON(steps.get-signing-secrets.outputs.secrets).tenant-id }}
192192
signed-artifact-name: 'windows-installer-signed'
193193

194-
upload_release_assets:
195-
name: Upload release assets
194+
upload_release_artifacts:
195+
name: Upload release artifacts
196196
container: grafana/alloy-build-image:v0.1.23@sha256:89dad4df5afe167898860bfa06c2eea290f4da0c2cff668fdf43299ddca867dc
197197
runs-on:
198198
labels: github-hosted-ubuntu-x64-large
@@ -256,16 +256,16 @@ jobs:
256256
name: windows-installer-signed
257257
path: dist
258258

259-
- name: Publish release assets
260-
run: ./tools/publish-release-assets.sh
259+
- name: Publish release artifacts
260+
run: ./tools/publish-release-artifacts.sh
261261
env:
262262
RELEASE_TAG: ${{ github.event.release.tag_name }}
263263
GH_TOKEN: ${{ steps.app-token.outputs.token }}
264264

265265
submit_winget_manifest:
266266
name: Submit WinGet Manifest
267267
needs:
268-
- upload_release_assets
268+
- upload_release_artifacts
269269
uses: ./.github/workflows/release-submit-winget-manifest.yml
270270
permissions:
271271
contents: read

0 commit comments

Comments
 (0)